[]
Represents the line style of the standard pen.
public enum DashStyle
Name | Description |
---|---|
Dash | Specifies a line consisting of dashes. |
DashDot | Specifies a line consisting of a repeating pattern of dash-dot. |
DashDotDot | The pen has alternating dashes and double dots. This style is valid only when the pen width is one or less in device units. |
Dot | Specifies a line consisting of dots. |