Contents

lineJoin

Specifies the line join style for the shape’s path.

Declaration

var lineJoin: CAShapeLayerLineJoin { get set }

Discussion

The line join style specifies the shape of the joints between connected segments of a stroked path. The supported values are described in Line Join Values. The following figure shows the appearance of the available line join styles.

[Image]

The default is miter.

See Also

Accessing Shape Style Properties