Show / Hide Table of Contents

Class ExcelVmlDrawingBorder

Border line settings for a vml drawing

Inheritance
System.Object
XmlHelper
ExcelVmlDrawingBorder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.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
Back to top Generated by DocFX