<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBezierPath/lineJoinStyle-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBezierPath(py)lineJoinStyle"
  },
  "title" : "lineJoinStyle"
}
-->

# lineJoinStyle

The line join style for the path.

```
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`](/documentation/AppKit/NSBezierPath/defaultLineJoinStyle) method.

## See Also

[`defaultLineJoinStyle`](/documentation/AppKit/NSBezierPath/defaultLineJoinStyle)

Returns the default line join style for all paths.

[`LineJoinStyle`](/documentation/AppKit/NSBezierPath/LineJoinStyle-swift.enum)

Constants that specify the shape of the joins between connected segments of a stroked path.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)