[]
Specifies the style for a line.
public enum LineStyle
Single = 0
Specifies a single line.
ThickBetweenThin = 4
Specifies a thick line with a thin line on each side.
ThickThin = 3
Specifies a thick line next to a thin line. For horizontal lines, the thick line is above the thin line. For vertical lines, the thick line is to the left of the thin line.
ThinThick = 2
Specifies a thick line next to a thin line. For horizontal lines, the thick line is below the thin line. For vertical lines, the thick line is to the right of the thin line.
ThinThin = 1
Specifies two thin lines.