<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBezierPath/defaultLineJoinStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBezierPath(cpy)defaultLineJoinStyle"
  },
  "title" : "defaultLineJoinStyle"
}
-->

# defaultLineJoinStyle

Returns the default line join style for all paths.

```
class var defaultLineJoinStyle: NSBezierPath.LineJoinStyle { get set }
```

## Return Value

The default line join style or `NSMiterLineJoinStyle` if no other value has been set. For a list of values, see Constants.

## See Also

[`var lineJoinStyle: NSBezierPath.LineJoinStyle`](/documentation/AppKit/NSBezierPath/lineJoinStyle-swift.property)

The line join style for the 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)