VisualElement.RotationX Property

Definition

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

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

Property Value

The rotation about the X-axis in degrees.

Remarks

RotationX is applied relative to AnchorX and AnchorY.

Applies to