[]
Specifies the style of dashed lines drawn with a Pen object. It is a cross-platform version of DashStyle.
public enum DashStyle
Name | Description |
---|---|
Custom | The custom style. |
Dash | The das style. |
DashDot | The Dash Dot style. |
DashDotDot | The Dash Dot Dot style. |
Dot | The dot style. |
Solid | The solid style. |