[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IThreeDFormat

Interface IThreeDFormat

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents a shape's three-dimensional formatting.

public interface IThreeDFormat

Properties

Depth

Gets or sets the depth of the shape's extrusion.

double Depth { get; set; }

Property Value

double

Perspective

Gets or sets whether the extrusion appears in perspective.

int Perspective { get; set; }

Property Value

int

RotationX

Gets or sets the rotation of the extruded shape around the x-axis in degrees.

double RotationX { get; set; }

Property Value

double

RotationY

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

double RotationY { get; set; }

Property Value

double

RotationZ

Gets or sets the rotation of the extruded shape around the z-axis in degrees.

double RotationZ { get; set; }

Property Value

double

Visible

Gets or sets whether the object is visible.

bool Visible { get; set; }

Property Value

bool

Z

Returns or sets the Z order of the specified IThreeDFormat object.

double Z { get; set; }

Property Value

double

Methods

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.

void ResetRotation()