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