VisualElement.RotationY Property

Definition

Gets or sets the rotation (in degrees) about the Y-axis (perspective rotation) when the element is rendered.

public double RotationY { get; set; }
member this.RotationY : double with get, set

Property Value

The rotation about the Y-axis in degrees.

Remarks

RotationY is applied relative to AnchorX and AnchorY.

Applies to