These constants specify the shape of the joints between connected segments of a stroked path.
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public enum NSLineJoinStyle
Public Enumeration NSLineJoinStyle
public enum class NSLineJoinStyle

Member | Description |
---|---|
NSMiterLineJoinStyle | Specifies a miter line shape of the joints between connected segments of a stroked path. See the setDefaultLineJoinStyle: method for an example of the appearance. Available in Mac OS X v10.0 and later. |
NSRoundLineJoinStyle | Specifies a round line shape of the joints between connected segments of a stroked path. See the setDefaultLineJoinStyle: method for an example of the appearance. Available in Mac OS X v10.0 and later. |
NSBevelLineJoinStyle | Specifies a bevel line shape of the joints between connected segments of a stroked path. See the setDefaultLineJoinStyle: method for an example of the appearance. Available in Mac OS X v10.0 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)