PlaneProjection.CenterOfRotationY Property

Definition

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

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

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

Property Value

Double

double

The y-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