Share via


ScaleEffect.FromY Property (PowerPoint)

Returns or sets a Single that represents the starting height of a ScaleEffect object, specified as a percentage of the screen width. Read/write.

Syntax

expression .FromY

expression A variable that represents a ScaleEffect object.

Return Value

Single

Remarks

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

Use this property in conjunction with the ToY property to resize or jump from one position to another.

Do not confuse this property with the From property of the ColorEffect , RotationEffect , or PropertyEffect objects, which is used to set or change colors, rotations, or other properties of an animation behavior, respectively.

See Also

Concepts

ScaleEffect Object Members

ScaleEffect Object