Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PlaneProjection.RotationX Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?