Show / Hide Table of Contents

Class ExcelDrawing3DBevel

Defines a bevel off a shape

Inheritance
object
XmlHelper
ExcelDrawing3DBevel
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
In this article
Back to top Generated by DocFX