ThreeDFormat.RotationZ 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.
Returns or sets the rotation of the extruded shape around the z-axis in degrees. Read/write.
public:
property float RotationZ { float get(); void set(float value); };
public float RotationZ { get; set; }
Public Property RotationZ As Single
Property Value
Single
Remarks
The RotationZ property can be a value from – 90 through 90. A positive value indicates upward rotation; a negative value indicates downward rotation.
To set the rotation of the extruded shape around the y-axis, use the RotationY property of the ThreeDFormat object. To set the rotation of the extruded shape around the x-axis, use the RotationX property of the ThreeDFormat object. To change the direction of the extrusion's sweep’s path without rotating the front face of the extrusion, use the SetExtrusionDirection(MsoPresetExtrusionDirection) method.