Show / Hide Table of Contents

Class ExcelVmlDrawingBorder

Border line settings for a vml drawing

Inheritance
Object
XmlHelper
ExcelVmlDrawingBorder
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Vml
Assembly: EPPlus.dll
Syntax
public class ExcelVmlDrawingBorder : XmlHelper

Properties

CustomDashStyle

Custom dash style. A series on numbers representing the width followed by the space between.
Example 1 : 8 2 1 2 1 2 --> Long dash dot dot. Space is twice the line width (2). LongDash (8) Dot (1). Example 2 : 0 2 --> 0 implies a circular dot. 2 is the space between.

Declaration
public string CustomDashStyle { get; set; }
Property Value
Type Description
String

DashStyle

Dash style for the border

Declaration
public eVmlDashStyle DashStyle { get; set; }
Property Value
Type Description
eVmlDashStyle

LineStyle

The style of the border

Declaration
public eVmlLineStyle LineStyle { get; set; }
Property Value
Type Description
eVmlLineStyle

Width

The width of the border

Declaration
public ExcelVmlMeasurementUnit Width { get; }
Property Value
Type Description
ExcelVmlMeasurementUnit
In this article
Back to top Generated by DocFX