CompositeTransform3D.RotationX Property

Definition

Gets or sets the angle in degrees of counterclockwise rotation around the x-axis.

public:
 property double RotationX { double get(); void set(double value); };
double RotationX();

void RotationX(double value);
public double RotationX { get; set; }
var double = compositeTransform3D.rotationX;
compositeTransform3D.rotationX = double;
Public Property RotationX As Double

Property Value

Double

double

The angle of rotation around the x-axis, given in degrees in a counterclockwise direction. The default value is 0 degrees.

Applies to