PlaneProjection.CenterOfRotationZ Property
Definition
Gets or sets the z-coordinate of the center of rotation of the object that you rotate.
Equivalent WinUI property: Microsoft.UI.Xaml.Media.PlaneProjection.CenterOfRotationZ.
public:
property double CenterOfRotationZ { double get(); void set(double value); };
double CenterOfRotationZ();
void CenterOfRotationZ(double value);
public double CenterOfRotationZ { get; set; }
var double = planeProjection.centerOfRotationZ;
planeProjection.centerOfRotationZ = double;
Public Property CenterOfRotationZ As Double
<PlaneProjection CenterOfRotationZ="double"/>
Property Value
The z-coordinate of the center of rotation of the object that you rotate. The default is 0. Values greater than 0 correspond to coordinates in front of the plane of the object, and negative values correspond to coordinates behind the plane of the object.