Class ExcelDrawing3DBevel
Defines a bevel off a shape
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 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 | 
|---|---|
| System.Double | 
Width
The width of the bevel in points (pt)
Declaration
public double Width { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double |