> 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/strokesizingmode.md).

# StrokeSizingMode

## Overview

StrokeSizingMode는 UI 요소의 크기가 변경될 때 선의 두께를 계산하는 방식을 지정하는 Enum입니다.

UIStroke의 StrokeSizingMode 속성으로 사용되며, 선의 두께를 고정할지, UI 요소의 크기에 비례하여 조정할지를 결정합니다.

## Items

| Name       | Value | Description                    |
| ---------- | ----- | ------------------------------ |
| FixedSize  | 0     | UI 요소의 크기와 관계없이 일정한 두께를 유지합니다. |
| ScaledSize | 1     | UI 요소의 크기에 비례하여 두께를 조정합니다.     |

## See also

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