[]
Specifies the cap type for a line.
public enum LineCapStyle
Flat = 0
Specifies the end of the line is flat.
Round = 2
Specifies the end of the line is rounded.
Square = 1
Specifies the end of the line is capped with a square shape.