---
title: NSMiterLineJoinStyle
framework: appkit
role: symbol
role_heading: Global Variable
path: appkit/nsmiterlinejoinstyle
---

# NSMiterLineJoinStyle

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

## Declaration

```occ
static const NSLineJoinStyle NSMiterLineJoinStyle;
```

## Discussion

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

## See Also

### Deprecated Constants

- [NSRoundLineJoinStyle](appkit/nsroundlinejoinstyle.md)
- [NSBevelLineJoinStyle](appkit/nsbevellinejoinstyle.md)
