ProgressBarAlignment
[ Enumeration ]
export enum ProgressBarAlignment {
Top = 0,
Bottom = 1,
Right = 2,
Left = 3
}
Werte
Name | Wert | Beschreibung |
|---|---|---|
Top |
| Positionierung oben |
Bottom |
| Positionierung unten |
Right |
| Positionierung rechts |
Left |
| Positionierung links |
![]() | Verfügbar ab Version 1.14 |
