DashCap
Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
namespace System.Drawing.Drawing2D
{
public enum DashCap
{
Flat = 0,
Round = 2,
Triangle = 3
}
}