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

# ProgressBarFillDirection

## Overview

ProgressBarFillDirection은 ProgressBar의 채우기 영역이 확장되는 방향을 나타내는 Enum입니다.

ProgressBar 클래스의 `FillDirection` 속성에서 사용되며, 선형·수직·중앙 확장·원형 채움 방식을 설정하는 데 사용됩니다.

## Items

| Name             | Value | Description                              |
| ---------------- | ----- | ---------------------------------------- |
| LeftToRight      | 0     | 채우기 영역이 왼쪽에서 오른쪽 방향으로 확장됩니다.             |
| RightToLeft      | 1     | 채우기 영역이 오른쪽에서 왼쪽 방향으로 확장됩니다.             |
| TopToBottom      | 2     | 채우기 영역이 위에서 아래 방향으로 확장됩니다.               |
| BottomToTop      | 3     | 채우기 영역이 아래에서 위 방향으로 확장됩니다.               |
| CenterHorizontal | 4     | 채우기 영역이 중앙에서 좌우 양방향으로 확장됩니다.             |
| CenterVertical   | 5     | 채우기 영역이 중앙에서 위아래 양방향으로 확장됩니다.            |
| Clockwise        | 6     | 설정된 StartAngle에서 반시계 방향으로 채우기 영역이 확장됩니다. |
| CounterClockwise | 7     | 설정된 StartAngle에서 반시계 방향으로 채우기 영역이 확장됩니다. |

## See also

{% content-ref url="/pages/K1g0tEWDJhh6a6E4UURk" %}
[GUI](/korean/manual/studio-manual/gui.md)
{% endcontent-ref %}

{% content-ref url="/pages/e0zO92pebNwRvdUTwusw" %}
[ProgressBar](/korean/development/api-reference/classes/progressbar.md)
{% endcontent-ref %}
