[]
Specifies the corners style of two intersecting lines.
public enum LineJoinStyle
Bevel = 2
Specifies the corners where the two lines intersect are cut off at a 45 degree angle.
Miter = 1
Specifies the corners where the two lines intersect are squared off.
Round = 0
Specifies the corners where the two lines intersect are rounded.