LineDashStyle

LineDashStyle enum

Represents the line dash style.

enum class LineDashStyle : int8_t

Values

NameValueDescription
NotDefined-1
Solid0
Dot1
Dash2
LargeDash3
DashDot4
LargeDashDot5
LargeDashDotDot6
SystemDash7
SystemDot8
SystemDashDot9
SystemDashDotDot10
Custom11

See Also