VisualElement.RotationY Property

Definition

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

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

Property Value

The rotation about the Y-axis in degrees.

Remarks

Rotation is applied relative to AnchorX and AnchorY.

Applies to