Compartilhar via


PropertyEffect.To Property

Sets or returns the ending value of an object’s 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 PropertyEffect
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.

See Also

Reference

PropertyEffect Interface

PropertyEffect Members

Microsoft.Office.Interop.PowerPoint Namespace