Contents

lineJoinStyle

The line join style for the path.

Declaration

var lineJoinStyle: NSBezierPath.LineJoinStyle { get set }

Discussion

The line join style specifies the shape of the joints between connected segments of a stroked path. The default value of this property is the value returned by the defaultLineJoinStyle method.

See Also

Related Documentation

Accessing a Path’s Attributes