ProgressBarAlignment

[ Enumeration ]

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

Values

Name

Value

Description

Top

0

Positioning at the top

Bottom

1

Positioning at the bottom

Right

2

Positioning on the right

Left

3

Positioning on the left

ProgressBarAlignment 1:

Available from version 14