DashStyle

DashStyle enumeration

Represents style of dash drawing lines on documents.

public enum DashStyle

Values

Name Value Description
Solid 0 Represent a solid line.
ShortDash 1 Represent a short dash line.
ShortDot 2 Represent a short dot line.
ShortDashDot 3 Represent a short dash-dot line.
ShortDashDotDot 4 Represent a short dash-dot-dot line.
Dot 5 Represent a square dot style.
Dash 6 Represent a dash line style.
LongDash 7 Represent a long dash style.
DashDot 8 Dash short dash.
LongDashDot 9 Long dash short dash.
LongDashDotDot 10 Long dash short dash short dash.
RoundDot 11 Represents a round-dot line.
SquareDot 12 Represents a square-dot line.
DashDotDot 13 Represents a dash-dot-dot line.
DashLongDash 14 Represents a long dash-short dash line.
DashLongDashDot 15 Represents a long dash-short dash-dot line.

See Also