[]
Specifies line dash types.
public enum LineDashType
Public Enum LineDashType
| Name | Description |
|---|---|
| Custom | Custom dashing line. |
| Dash | Dash line. |
| DashDot | Dash-dot line. |
| Dot | Dot line. |
| LargeDash | Large dash line. |
| LargeDashDot | Large dash-dot line. |
| LargeDashDotDot | Large dash-dot-dot line. |
| Solid | Solid line. |
| SystemDash | System dash line. |
| SystemDashDot | System dash-dot line. |
| SystemDashDotDot | System dash-dot-dot line. |
| SystemDot | System dot line. |