PlaneProjection.CenterOfRotationX Property

Definition

Gets or sets the x-coordinate of the center of rotation of the object that you rotate.

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

void CenterOfRotationX(double value);
public double CenterOfRotationX { get; set; }
var double = planeProjection.centerOfRotationX;
planeProjection.centerOfRotationX = double;
Public Property CenterOfRotationX As Double
<PlaneProjection CenterOfRotationX="double"/>

Property Value

Double

double

The x-coordinate of the center of rotation of the object that you rotate. Typical values are between 0 and 1 with a value of 0 corresponding to one edge of the object and 1 to the opposite edge. Values outside this range are allowed and move the center of rotation accordingly. The default is 0.5 (the center of object).

Applies to