PlaneProjection.RotationX Property

Definition

Gets or sets the number of degrees to rotate the object around the x-axis of rotation.

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

Double

double

The number of degrees to rotate the object around the x-axis of rotation. The default is 0.

Applies to