RotationEffect.From Property
Sets or returns a single-precision floating-point number that represents the starting angle in degrees, specified relative to the screen (for example, 90 degrees is completely horizontal). Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property From As Single
Get
Set
'Usage
Dim instance As RotationEffect
Dim value As Single
value = instance.From
instance.From = value
float From { get; set; }
Property Value
Type: System.Single
Remarks
Use this property in conjunction with the To property to transition from one rotation angle to another.
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.