DashStyle

DashStyle enum

Specifies the style of a dashed line.

enum class DashStyle

Values

NameValueDescription
Solid0Solid line.
Dash1Dashed line.
Dot2A line consisting of dots.
DashDot3A dash-dot line.
DashDotDot4A dash-dot-dot line.
Custom5Custom dash style.

See Also