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