VisualElement.RotationX Property

Definition

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

public:
 property double RotationX { double get(); void set(double value); };
public double RotationX { get; set; }
member this.RotationX : double with get, set
Public Property RotationX As Double

Property Value

The rotation about the X-axis in degrees.

Remarks

Rotation is applied relative to AnchorX and AnchorY.

Applies to