Table of Contents

Class ExcelVmlDrawingBorder

Namespace
OfficeOpenXml.Drawing.Vml
Assembly
EPPlus.dll

Border line settings for a vml drawing

public class ExcelVmlDrawingBorder : XmlHelper
Inheritance
ExcelVmlDrawingBorder
Inherited Members

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.

public string CustomDashStyle { get; set; }

Property Value

string

DashStyle

Dash style for the border

public eVmlDashStyle DashStyle { get; set; }

Property Value

eVmlDashStyle

LineStyle

The style of the border

public eVmlLineStyle LineStyle { get; set; }

Property Value

eVmlLineStyle

Width

The width of the border

public ExcelVmlMeasurementUnit Width { get; }

Property Value

ExcelVmlMeasurementUnit