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