Class ExcelDrawing3D
3D settings for a drawing object
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.ThreeD
Assembly: EPPlus.dll
Syntax
public class ExcelDrawing3D : XmlHelper
Properties
BottomBevel
The bevel on the top or front face of a shape
Declaration
public ExcelDrawing3DBevel BottomBevel { get; }
Property Value
Type | Description |
---|---|
Excel |
ContourColor
The color for the contour on a shape
Declaration
public ExcelDrawingColorManager ContourColor { get; }
Property Value
Type | Description |
---|---|
Excel |
ContourWidth
The height of the extrusion
Declaration
public double ContourWidth { get; set; }
Property Value
Type | Description |
---|---|
System. |
ExtrusionColor
The color of the extrusion applied to a shape
Declaration
public ExcelDrawingColorManager ExtrusionColor { get; }
Property Value
Type | Description |
---|---|
Excel |
ExtrusionHeight
The height of the extrusion
Declaration
public double ExtrusionHeight { get; set; }
Property Value
Type | Description |
---|---|
System. |
MaterialType
The surface appearance of a shape
Declaration
public ePresetMaterialType MaterialType { get; set; }
Property Value
Type | Description |
---|---|
e |
Scene
Defines scene-level 3D properties to apply to an object
Declaration
public ExcelDrawingScene3D Scene { get; }
Property Value
Type | Description |
---|---|
Excel |
ShapeDepthZCoordinate
The z coordinate for the 3D shape
Declaration
public double? ShapeDepthZCoordinate { get; set; }
Property Value
Type | Description |
---|---|
System. |
TopBevel
The bevel on the top or front face of a shape
Declaration
public ExcelDrawing3DBevel TopBevel { get; }
Property Value
Type | Description |
---|---|
Excel |
Methods
Delete()
Remove all 3D settings
Declaration
public void Delete()