CompositeTransform3D.RotationY Property

Definition

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

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

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

Property Value

Double

double

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

Applies to