Enum LineDashing
Specifies the dash style for a line.
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum LineDashing
Fields
Name | Description |
---|---|
Dash | Line consists of dashes only. |
DashDot | Line is a dash-dot pattern. |
DashDotDot | Line is a dash-dot-dot pattern. |
DashDotGEL | Line is a dash-dot pattern. |
DashGEL | Line consists of dashes only. |
Dot | Line consists of dots only. |
DotGEL | Line consists of dots only. |
LongDashDotDotGEL | Line is a long dash and short dot-dot pattern. |
LongDashDotGEL | Line is a long dash and short dot pattern. |
LongDashGEL | Line consists of long dashes only. |
Solid | Line is solid. |