[]
Specifies line dash types.
public enum LineDashType
Custom = -1
Custom dashing line.
Dash = 2
Dash line.
DashDot = 4
Dash-dot line.
Dot = 1
Dot line.
LargeDash = 3
Large dash line.
LargeDashDot = 5
Large dash-dot line.
LargeDashDotDot = 6
Large dash-dot-dot line.
Solid = 0
Solid line.
SystemDash = 7
System dash line.
SystemDashDot = 9
System dash-dot line.
SystemDashDotDot = 10
System dash-dot-dot line.
SystemDot = 8
System dot line.