<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBezierPath/LineJoinStyle-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSLineJoinStyle"
  },
  "title" : "NSBezierPath.LineJoinStyle"
}
-->

# NSBezierPath.LineJoinStyle

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

```
enum LineJoinStyle
```

## Topics

### Constants

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

Specifies a miter line shape of the joints between connected segments of a stroked path.

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

Specifies a round line shape of the joints between connected segments of a stroked path.

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

Specifies a bevel line shape of the joints between connected segments of a stroked path.

### Deprecated Constants

[`NSMiterLineJoinStyle`](/documentation/AppKit/NSMiterLineJoinStyle)

Specifies a miter line shape of the joints between connected segments of a stroked path.

[`NSRoundLineJoinStyle`](/documentation/AppKit/NSRoundLineJoinStyle)

Specifies a round line shape of the joints between connected segments of a stroked path.

[`NSBevelLineJoinStyle`](/documentation/AppKit/NSBevelLineJoinStyle)

Specifies a bevel line shape of the joints 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)