---
title: NSBezierPath.LineJoinStyle.bevel
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsbezierpath/linejoinstyle-swift.enum/bevel
---

# NSBezierPath.LineJoinStyle.bevel

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

## Declaration

```swift
case bevel
```

## Discussion

Discussion Here is an example of the appearance of this style:

## See Also

### Constants

- [NSBezierPath.LineJoinStyle.miter](appkit/nsbezierpath/linejoinstyle-swift.enum/miter.md)
- [NSBezierPath.LineJoinStyle.round](appkit/nsbezierpath/linejoinstyle-swift.enum/round.md)
