Mnemonic constant
|
Value
|
Meaning
|
PROGRESS_BAR_HORIZONTAL_WE
|
0 (default)
|
The progress bar is horizontal and evolves from West to East
|
PROGRESS_BAR_HORIZONTAL_EW
|
1
|
The progress bar is horizontal and evolves from East to West
|
PROGRESS_BAR_VERTICAL_SN
|
2
|
The progress bar is vertical and evolves from South to North
|
PROGRESS_BAR_VERTICAL_NS
|
3
|
The progress bar is vertical and evolves from North to South
|
PROGRESS_BAR_RADIAL_0_CW
|
4
|
The progress bar is radial, starts from 0 degrees and evolves clockwise
|
PROGRESS_BAR_RADIAL_90_CW
|
5
|
The progress bar is radial, starts from 90 degrees and evolves clockwise
|
PROGRESS_BAR_RADIAL_180_CW
|
6
|
The progress bar is radial, starts from 180 degrees and evolves clockwise
|
PROGRESS_BAR_RADIAL_270_CW
|
7
|
The progress bar is radial, starts from 270 degrees and evolves clockwise
|
PROGRESS_BAR_RADIAL_0_ACW
|
8
|
The progress bar is radial, starts from 0 degrees and evolves anti-clockwise
|
PROGRESS_BAR_RADIAL_90_ACW
|
9
|
The progress bar is radial, starts from 90 degrees and evolves anti-clockwise
|
PROGRESS_BAR_RADIAL_180_ACW
|
10
|
The progress bar is radial, starts from 180 degrees and evolves anti-clockwise
|
PROGRESS_BAR_RADIAL_270_ACW
|
11
|
The progress bar is radial, starts from 270 degrees and evolves anti-clockwise
|