ProgressBarAlignment

[ Enumeration ]

export enum ProgressBarAlignment {
     Top = 0,
     Bottom = 1,
     Right = 2,
     Left = 3
}

Werte

Name

Wert

Beschreibung

Top

0

Positionierung oben

Bottom

1

Positionierung unten

Right

2

Positionierung rechts

Left

3

Positionierung links

ProgressBarAlignment 1:

Verfügbar ab Version 1.14