ProgressBar
The ProgressBar control displays a horizontal bar. You can specify a value between 0 and 100, and the control displays part of the bar in color to indicate the level of progress.
The control can show the value in percent as a label in the middle of the bar.
Properties
|
Name |
Description |
Default Value |
|---|---|---|
|
UpdateInterval |
Specify an update interval in milliseconds. The ProgressBar control raises an event at the end of each of these intervals. The event is called |
2000 |
|
Value |
Specify a value between 0 and 100. For example, if the value is |
0 |
|
ShowLabel |
If true, the control shows the percentage as a label in the middle of the bar. |
False |