DashStyle
Specifies the style of dashed lines drawn with a Pen object.
namespace System.Drawing.Drawing2D
{
public enum DashStyle
{
Solid,
Dash,
Dot,
DashDot,
DashDotDot,
Custom
}
}