Enum LineDashStyle
This enumeration specifies the style of dashed lines drawn with a GeoPen object.
public enum LineDashStyle
Fields
Custom = 1Specifies a user-defined custom dash style.
Dash = 5Specifies a line consisting of dashes.
DashDot = 2Specifies a line consisting of a repeating pattern of dash-dot.
DashDotDot = 3Specifies a line consisting of a repeating pattern of dash-dot-dot.
Dot = 4Specifies a line consisting of dots.
Solid = 0Specifies a solid line.
Remarks
None