Enum eVmlDashStyle
Dash style for a line used in VML drawings
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum eVmlDashStyle
Fields
Name | Description |
---|---|
Custom | Custom dash style. |
Dash | Dashed |
DashDot | Dash - Dot |
Dot | Dotted |
LongDash | Long dashes |
LongDashDot | Long Dash - Dot |
LongDashDotDot | Long Dash - Dot - Dot |
ShortDash | Short - Dash |
ShortDashDot | Short - Dash - Dot |
ShortDashDotDot | Short - Dash - Dot - Dot |
ShortDot | Short - Dot |
Solid | A solid line |