Enum LineDashStyle
This enumeration specifies the style of dashed lines drawn with a GeoPen object.
public enum LineDashStyle
Fields
Custom = 1
Specifies a user-defined custom dash style.
Dash = 5
Specifies a line consisting of dashes.
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.
Solid = 0
Specifies a solid line.
Remarks
None