SetEffect.To Property
Sets or returns the value or ending value of the SetEffect object's type Type property. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property To As Object
Get
Set
'Usage
Dim instance As SetEffect
Dim value As Object
value = instance.To
instance.To = value
Object To { get; set; }
Property Value
Type: System.Object
Remarks
Do not confuse this property with the ToX or ToY properties of the ScaleEffect and MotionEffect objects, which are only used for scaling or motion effects.