Click or drag to resize

ShapeThreeD Class

Inheritance Hierarchy
System Object
Spire.Presentation ShapeThreeD

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class ShapeThreeD

The ShapeThreeD type exposes the following members.

Constructors
Name Description
Public method ShapeThreeD
Initializes a new instance of the ShapeThreeD class
Top
Properties
Name Description
Public property BevelColorMode
Gets or sets the color mode used for 3D effects. Read/write BevelColorType .
Public property BottomBevel
Gets or sets the type of a bottom 3D bevel. Read ShapeBevelStyle .
Public property ContourColor
Gets or sets the color of a contour. Read/write ColorFormat .
Public property ContourWidth
Gets or sets the width of a 3D contour. Read/write Double .
Public property Depth
Gets or sets the depth of a 3D shape. Read/write Double .
Public property ExtrusionColor
Gets or sets the color of an extrusion. Read/write ColorFormat
Public property ExtrusionHeight
Gets or sets the height of an extrusion effect. Read/write Double .
Public property PresetMaterial
Gets or sets the type of a material. Read/write PresetMaterialType .
Public property TopBevel
Gets or sets the type of a top 3D bevel. Read ShapeBevelStyle ,
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also