Controls/ActivityIndicator: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=ActivityIndicator | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/activityindicator | introduced=MAUI 6.0 (.NET 6) | deprecated= | notes=Busy/progress spinner. | props= <tr><td>IsRunning</td><td>?</td><td></td><td>Start/stop animation</td></tr> <tr><td>Color</td><td>?</td><td></td><td>Foreground color</td></tr> <tr><td>IsVisible</td><td>?</td><td></td><td>Often toggled with IsRunning</td></tr> }}" |
(No difference)
|
Latest revision as of 15:27, 17 October 2025
ActivityIndicator
- Kind
- Control
- Microsoft Docs
- ActivityIndicator documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- Notes
- Busy/progress spinner.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| IsRunning | ? | Start/stop animation | |
| Color | ? | Foreground color | |
| IsVisible | ? | Often toggled with IsRunning |