Enum DashStyle
Gets or sets the style used for dashed lines drawn with the pen.
public enum DashStyle
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.