[]
Specifies the dash type of the line.
public enum DashType
Public Enum DashType
Name | Description |
---|---|
Dash | [0] Dash line |
DashDot | [1] Dash and dot line |
Dot | [2] Dot line |
LgDash | [3] Long dash line |
LgDashDot | [4] Long dash and dot line |
LgDashDotDot | [5] Long dash and dot dot line |
RoundDot | [7] Round dot line |
Solid | [6] Solid line |