Class ExcelDrawing3DBevel
- Namespace
- OfficeOpenXml.Drawing.Style.ThreeD
- Assembly
- EPPlus.dll
Defines a bevel off a shape
public class ExcelDrawing3DBevel : XmlHelper
- Inheritance
-
ExcelDrawing3DBevel
- Inherited Members
Properties
BevelType
A preset bevel that can be applied to a shape.
public eBevelPresetType BevelType { get; set; }
Property Value
Height
The height of the bevel in points (pt)
public double Height { get; set; }
Property Value
Width
The width of the bevel in points (pt)
public double Width { get; set; }