[]
Represents a shape's three-dimensional formatting.
public interface IThreeDFormat
| Name | Description |
|---|---|
| Depth | Gets or sets the depth of the shape's extrusion. |
| Perspective | Gets or sets whether the extrusion appears in perspective. |
| RotationX | Gets or sets the rotation of the extruded shape around the x-axis in degrees. |
| RotationY | Gets or sets the rotation of the extruded shape around the y-axis in degrees. |
| RotationZ | Gets or sets the rotation of the extruded shape around the z-axis in degrees. |
| Visible | Gets or sets whether the object is visible. |
| Z | Returns or sets the Z order of the specified IThreeDFormat object. |
| Name | Description |
|---|---|
| ResetRotation() | Resets the extrusion rotation around the x-axis and the y-axis to 0 (zero) so that the front of the extrusion faces forward. |