Overview
Progress bars visually display the advancement of tasks, aiding users in gauging completion status and estimated time. They’re essential for transparent task tracking, offering real-time feedback and customization options to align with an application’s aesthetics and accessibility requirements.
Modus Progress Bars Documentation
Usage
<modus:TMProgressBar Text="Loading"
Progress="75"
Size="Default" />
Output
Properties
| Property | type | Description |
|---|---|---|
| Text | string
| Title of the Progress Bar |
| Progress | float
| Sets the value of the Progess Bar |
| Size | ProgressBarSize
| Defines the height of the Progress Bar |