VisualElement.Rotation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the rotation (in degrees) about the Z-axis (affine rotation) when the element is rendered.
public double Rotation { get; set; }
member this.Rotation : double with get, set
Property Value
System.Double
The rotation about the Z-axis in degrees.
Remarks
Rotation is applied relative to AnchorX and AnchorY.