The fill mode when the SpecialEffect property has been set to a value different from SPECIAL_EFFECT_NONE.
Supported values are the following:
Mnemonic constant
|
Value
|
Meaning
|
PROGRESS_BAR_FILL_WHOLE
|
0 (default)
|
The whole surface is filled
|
POGRESS_BAR_FILL_OUTSIDE
|
1
|
Only the outer portion of the surface is filled
|
PROGRESS_BAR_FILL_INSIDE
|
2
|
Only the inner portion of the surface is filled
|
This property is only used when the Style property of the control has been set to STYLE_PROGRESS_BAR.
For further details about the use of the Progress Bar control, see the How to use the control as a Progress Bar control section.
|