PlaneProjection.RotationZ Property
Definition
Gets or sets the number of degrees to rotate the object around the z-axis of rotation.
Equivalent WinUI property: Microsoft.UI.Xaml.Media.PlaneProjection.RotationZ.
public:
property double RotationZ { double get(); void set(double value); };
double RotationZ();
void RotationZ(double value);
public double RotationZ { get; set; }
var double = planeProjection.rotationZ;
planeProjection.rotationZ = double;
Public Property RotationZ As Double
<PlaneProjection RotationZ="double"/>
Property Value
The number of degrees to rotate the object around the z-axis of rotation. The default is 0.