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.