<!--
{
  "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

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

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

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

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

[`NSLineJoinStyleBevel`](/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.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

---

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)