PlaneProjection.RotationX Property
Definition
Gets or sets the number of degrees to rotate the object around the x-axis of rotation.
Equivalent WinUI property: Microsoft.UI.Xaml.Media.PlaneProjection.RotationX.
public:
property double RotationX { double get(); void set(double value); };
double RotationX();
void RotationX(double value);
public double RotationX { get; set; }
var double = planeProjection.rotationX;
planeProjection.rotationX = double;
Public Property RotationX As Double
<PlaneProjection RotationX="double"/>
Property Value
The number of degrees to rotate the object around the x-axis of rotation. The default is 0.