The type of progress bar.
Supported values are the following:
Mnemonic constant
|
Value
|
Meaning
|
ProgressBarFillModes.FillWhole
|
0 (default)
|
The whole surface is filled
|
ProgressBarFillModes.FillOutside
|
1
|
Only the outer portion of the surface is filled
|
ProgressBarFillModes.FillInside
|
2
|
Only the inner portion of the surface is filled
|
This property is only available with the Ctl3dProgressBar component.
For further details about the use of the Progress Bar control, see the How to use the Progress Bar component section.
|