Progress Bar Elements
The progress bar, by default, consists of four different elements: the track, the progress indicator, the label, and a progress text format. These elements are labeled in the following graphic:
The following table describes each of the elements that appear on the built-in progress bar control:
Element |
Description |
Track |
The track runs the length of the control and contains label control which represents the status text. When a process is started, the track will also become home to the progress indicator. |
Progress Indicator |
The progress indicator provides a visual representation of the progress completed in a task. |
Label |
Displays the percentage amount of the file that has been uploaded. |
ProgressTextFormat |
The progress text format is used to let the user know how much of the file is left for upload once the process begins. You can customize the progress text using the ProgressTextFormat property. |
|