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