Gets or sets the rotation of the cube in the z axis.

Namespace:  C1.WPF.Legacy
Assembly:  C1.WPF.Legacy (in C1.WPF.Legacy.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public double RotationZ { get; set; }
Visual Basic
Public Property RotationZ As Double
	Get
	Set
XAML Attribute Usage
<object RotationZ="double" .../>

Remarks

This is a dependency property.

See Also