Contents

lineCapStyle

The shape of the endpoints of a stroked path.

Declaration

var lineCapStyle: CGLineCap { get set }

Discussion

The line cap style is applied to the start and end points of any open subpaths. This property does not affect closed subpaths. The default line cap style is CGLineCap.butt.

See Also

Accessing drawing properties