RotateTransform Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The RotateTransform type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Angle Gets or sets the angle, in degrees, of clockwise rotation.
Public propertySupported by Silverlight for Windows Phone CenterX Gets or sets the x-coordinate of the rotation center point.
Public propertySupported by Silverlight for Windows Phone CenterY Gets or sets the y-coordinate of the rotation center point.
Public propertySupported by Silverlight for Windows Phone Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public propertySupported by Silverlight for Windows Phone Inverse Gets the inverse of this transform, if it exists. (Inherited from Transform.)

Top