The style of dashed lines drawn with a Pen object.
Hierarchy
System.Object
    System.ValueType
        System.Enum
            WebSupergoo.ImageGlue8.DashStyle
Interfaces
System.IComparable
System.IFormattable
System.IConvertible
Notes

This class is sealed. It cannot be derived from.

Fields
Field Description
Custom A user-defined custom dash style.
Dash A line of dashes.
DashDot A line of repeating dash-dot patterns.
DashDotDot A line of repeating dash-dot-dot patterns.
Dot A line of dots.
Solid A solid line.
Example

None.