ThreeDFormat.RotationY Property

Definition

Returns or sets the rotation of the extruded shape around the y-axis in degrees.

public:
 property float RotationY { float get(); void set(float value); };
public float RotationY { get; set; }
Public Property RotationY As Single

Property Value

Remarks

The RotationY property can be a value from –90 through 90. A positive value indicates rotation to the left; a negative value indicates rotation to the right.

To set the rotation of the extruded shape around the x-axis, use the RotationX property of the ThreeDFormat object. To set the rotation of the extruded shape around the z-axis, use the Rotation property of the Shape object. To change the direction of the extrusion’s sweep path without rotating the front face of the extrusion, use the SetExtrusionDirection(MsoPresetExtrusionDirection) method.

Applies to