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