> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/linejoinmode.md).

# LineJoinMode

## Overview

LineJoinMode is an Enum that specifies how the stroke is joined at corners.

This is used as the LineJoinMode property of UIStroke and determines whether corners are rendered rounded, beveled, or sharp.

## Items

| Name  | Value | Description                                   |
| ----- | ----- | --------------------------------------------- |
| Round | 0     | Joins corners with a rounded shape.           |
| Bevel | 1     | Joins corners with a beveled (cut-off) shape. |
| Miter | 2     | Joins corners with a sharp, pointed shape.    |

## See also

{% content-ref url="/pages/79OZ3e9UaPepKCPFvkj8" %}
[UIStroke](/development/api-reference/classes/uistroke.md)
{% endcontent-ref %}
