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

# NSBezierPath.LineJoinStyle.miter

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

## Declaration

```swift
case miter
```

## Discussion

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

## See Also

### Constants

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