Controls/ActivityIndicator

From Wiki Maui Linux NET
Revision as of 15:27, 17 October 2025 by Ten (talk | contribs) (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> }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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