[]
Specifies the pen style used to draw a line.
public enum LineStyle
| Name | Description |
|---|---|
| Dash | Dashes. |
| DashDot | Alternating dashes and dots. |
| DashDotDot | Alternating dashes and two dots. |
| Dot | Dots. |
| Double | Double line. |
| Solid | Solid line. |
| Transparent | No line. |