VisualElement.Rotation Property

Definition

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

The rotation about the Z-axis in degrees.

Remarks

Rotation is applied relative to AnchorX and AnchorY.

Applies to