> 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/korean/development/api-reference/enums/linejoinmode.md).

# LineJoinMode

## Overview

LineJoinMode는 선이 모서리에서 연결되는 형태를 지정하는 Enum입니다.

UIStroke의 LineJoinMode 속성으로 사용되며, 모서리를 둥글게, 비스듬하게, 뾰족하게 처리할지를 결정합니다.

## Items

| Name  | Value | Description          |
| ----- | ----- | -------------------- |
| Round | 0     | 모서리를 둥글게 연결합니다.      |
| Bevel | 1     | 모서리를 비스듬하게 잘라 연결합니다. |
| Miter | 2     | 모서리를 뾰족하게 연결합니다.     |

## See also

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