Share via


ScaleEffect.FromY Property

Returns or sets a single-precision floating-point number that represents the starting height of a ScaleEffect object, specified as a percentage of the screen width. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property FromY As Single
    Get
    Set
'Usage
Dim instance As ScaleEffect
Dim value As Single

value = instance.FromY

instance.FromY = value
float FromY { get; set; }

Property Value

Type: System.Single

Remarks

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 are used to set or change colors, rotations, or other properties of an animation behavior, respectively.

See Also

Reference

ScaleEffect Interface

ScaleEffect Members

Microsoft.Office.Interop.PowerPoint Namespace