Table of Contents

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

eBevelPresetType

Height

The height of the bevel in points (pt)

public double Height { get; set; }

Property Value

double

Width

The width of the bevel in points (pt)

public double Width { get; set; }

Property Value

double