CompositeTransform.Rotation Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the angle, in degrees, of clockwise rotation.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
Dependency property identifier field: RotationProperty
You can use the CenterX and CenterY properties to set the center of rotation for the object. For example, if you wanted a 100 by 100 square to pivot around its center, you would set the CenterX and CenterY properties to 50.
Show: