Controls/ProgressBar: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=ProgressBar | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/progressbar | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Linear progress; verify indeterminate mode on GTK. | props= <tr><td>Progress</td><td>?</td><td></td><td>0..1 value</td></tr> <tr><td>ProgressColor</td><td>?</td><td></td><td>Bar color</td></tr> <tr><td>Background</td><td>?</td><td></td><td>Track color/brush</td></tr> }}" |
(No difference)
|
Latest revision as of 16:10, 17 October 2025
ProgressBar
- Kind
- Control
- Microsoft Docs
- ProgressBar documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Linear progress; verify indeterminate mode on GTK.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Progress | ? | 0..1 value | |
| ProgressColor | ? | Bar color | |
| Background | ? | Track color/brush |