LineDashStyle¶
Namespace: ThinkGeo.Core
This enumeration specifies the style of dashed lines drawn with a GeoPen object.
public enum LineDashStyle
Inheritance Object → ValueType → Enum → LineDashStyle
Implements IComparable, IFormattable, IConvertible
Remarks:
None
Fields¶
| Name | Value | Description |
|---|---|---|
| Solid | 0 | Specifies a solid line. |
| Custom | 1 | Specifies a user-defined custom dash style. |
| DashDot | 2 | Specifies a line consisting of a repeating pattern of dash-dot. |
| DashDotDot | 3 | Specifies a line consisting of a repeating pattern of dash-dot-dot. |
| Dot | 4 | Specifies a line consisting of dots. |
| Dash | 5 | Specifies a line consisting of dashes. |