DashStyle enumeration

DashStyle enumeration

Represents style of dash drawing lines on documents.

The DashStyle type exposes the following members:

Fields

Field Description
SOLID Represent a solid line.
SHORT_DASH Represent a short dash line.
SHORT_DOT Represent a short dot line.
SHORT_DASH_DOT Represent a short dash-dot line.
SHORT_DASH_DOT_DOT Represent a short dash-dot-dot line.
DOT Represent a square dot style.
DASH Represent a dash line style.
LONG_DASH Represent a long dash style.
DASH_DOT Dash short dash.
LONG_DASH_DOT Long dash short dash.
LONG_DASH_DOT_DOT Long dash short dash short dash.
ROUND_DOT Represents a round-dot line.
SQUARE_DOT Represents a square-dot line.
DASH_DOT_DOT Represents a dash-dot-dot line.
DASH_LONG_DASH Represents a long dash-short dash line.
DASH_LONG_DASH_DOT Represents a long dash-short dash-dot line.

See Also