Class ExcelDrawing3DBevel
Defines a bevel off a shape
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |