Compartilhar via


PropertyEffect.From Property

Sets or returns the starting 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 From As Object
    Get
    Set
'Usage
Dim instance As PropertyEffect
Dim value As Object

value = instance.From

instance.From = value
Object From { get; set; }

Property Value

Type: System.Object

Remarks

The From property is similar to the Points property, but using the From property is easier for simple tasks.

Do not confuse this property with the FromX or FromY 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