Share via


PropertyEffect.From Property (PowerPoint)

Sets or returns a Variant that represents the starting value of an object’s property. Read/write.

Syntax

expression .From

expression A variable that represents a PropertyEffect object.

Remarks

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

The default value is Empty, in which case the current position of the object is used.

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

Concepts

PropertyEffect Object Members

PropertyEffect Object