RotationEffect Members
Include Protected Members
Include Inherited Members
Represents a rotation effect for an AnimationBehavior object.
The RotationEffect type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
By | Sets or returns a single-precision floating-point number that represents the rotation of an object by the specified number of degrees; for example, a value of 180 means to rotate the object by 180 degrees. Read/write. | |
From | 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. | |
Parent | Returns the parent object for the specified object. | |
To | Sets or returns a single-precision floating-point number that represents the ending rotation of an object in degrees, specified relative to the screen (for example, 90 degrees is completely horizontal). Read/write. |
Top