Specifies the style of dashed lines drawn with a System.Drawing.Pen object.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax Public Enumeration DashStyle
Members
| Member name | Value | Description |
---|
| Solid | 0 |
Specifies a solid line.
|
| Dash | 1 |
Specifies a line consisting of dashes.
|
| Dot | 2 |
Specifies a line consisting of dots.
|
| DashDot | 3 |
Specifies a line consisting of a repeating pattern of dash-dot.
|
| DashDotDot | 4 |
Specifies a line consisting of a repeating pattern of dash-dot-dot.
|
| Custom | 5 |
Specifies a user-defined custom dash style.
|
See Also