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