DashStyle enumeration

DashStyle enumeration

Dashed line style.

Members

NameDescription
SOLIDSolid (continuous) pen.
SHORT_DASHSystem dash style.
SHORT_DOTSystem dash style.
SHORT_DASH_DOTSystem dash style.
SHORT_DASH_DOT_DOTSystem dash style.
DOTSquare dot style.
DASHDash style.
LONG_DASHLong dash style.
DASH_DOTDash short dash.
LONG_DASH_DOTLong dash short dash.
LONG_DASH_DOT_DOTLong dash short dash short dash.
DEFAULTSame as DashStyle.SOLID.

See Also