---
title: NSRoundLineJoinStyle
framework: appkit
role: symbol
role_heading: Global Variable
path: appkit/nsroundlinejoinstyle
---

# NSRoundLineJoinStyle

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

## Declaration

```occ
static const NSLineJoinStyle NSRoundLineJoinStyle;
```

## Discussion

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

## See Also

### Deprecated Constants

- [NSMiterLineJoinStyle](appkit/nsmiterlinejoinstyle.md)
- [NSBevelLineJoinStyle](appkit/nsbevellinejoinstyle.md)
