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