Progress
BitProgresss are used to show the completion status of an operation lasting more than 2 seconds. If the state of progress cannot be determined, use a Spinner instead. Progresss can appear in a new panel, a flyout, under the UI initiating the operation, or even replace the initiating UI, as long as the UI can return if the operation is canceled or is stopped. Real-world examples include copying files to a storage location, saving edits to a file, and more. Use units that are informative and relevant to give the best idea to users of how long the operation will take to complete. Avoid time units as they are rarely accurate enough to be trustworthy. Also, combine steps of a complex operation into one total bar to avoid “rewinding” the bar. Instead, change the operation description to reflect the change if necessary. Bars moving backward reduce confidence in the service.
Usage
Basic
Example description
Circular
Example description
ShowPercentNumber
86 %
85.69 %
86 %
85.69 %
Thickness
69 %
69 %
Indeterminate
Color
Style & Class
Component's Style & Class:
Styles & Classes:
RTL
69 %
توضیحات تست
69 %
توضیحات تست
API
BitProgress parameters
Name |
Type |
Default value |
Description |
---|---|---|---|
BitComponentBase parameters
Name |
Type |
Default value |
Description |
---|---|---|---|
BitComponentBase public members
Name |
Type |
Default value |
Description |
---|---|---|---|
BitProgressClassStyles properties
Name |
Type |
Default value |
Description |
---|---|---|---|
BitVisibility enum
Name |
Value |
Description |
---|---|---|
BitDir enum
Name |
Value |
Description |
---|---|---|
- On this page