ProgressBarAlignment
[ Enumeration ]
export enum ProgressBarAlignment {
Top = 0,
Bottom = 1,
Right = 2,
Left = 3
}
Values
Name | Value | Description |
|---|---|---|
Top |
| Positioning at the top |
Bottom |
| Positioning at the bottom |
Right |
| Positioning on the right |
Left |
| Positioning on the left |
![]() | Available from version 14 |
