PlaneProjection.CenterOfRotationX 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 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
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).