Shape3DSettings Members
Contains properties that specify the 3D settings of a shape.Constructors
| Name | Description |
|---|---|
| Shape3DSettings() | Initializes a new instance of the Shape3DSettings class. |
Properties
| Name | Description |
|---|---|
| BottomBevelHeight | Gets or sets the height of the shape’s bottom bevel. |
| BottomBevelPreset | Gets or sets the preset type of the shape’s bottom bevel. |
| BottomBevelWidth | Gets or sets the width of the shape’s bottom bevel. |
| ContourColor | Gets or sets the contour color of a 3D shape. |
| ContourWidth | Gets or sets the contour width of a 3D shape. |
| ExtrusionColor | Gets or sets the color of the extrusion applied to a shape. The extrusion on a shape is an artificial height applied to the geometry. |
| ExtrusionHeight | Gets or sets the height of the extrusion applied to a shape. The extrusion on a shape is an artificial height applied to the geometry. |
| PresetMaterial | Gets or sets the preset material of a 3D shape. |
| ShapeDepth | Gets or sets the depth of a 3D shape. |
| TopBevelHeight | Gets or sets the height of the shape’s top bevel. |
| TopBevelPreset | Gets or sets the preset type of the shape’s top bevel. |
| TopBevelWidth | Gets or sets the width of the shape’s top bevel. |
Methods
| Name | Description |
|---|---|
| Clone() | Clones the current Shape3DSettings instance. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also