UI/StatusBarTitleBar: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=StatusBar | kind=System UI / Behavior | ms_url=https://learn.microsoft.com/dotnet/communitytoolkit/maui/behaviors/statusbar-behavior | introduced=Toolkit (MAUI era) | deprecated=No | notes=Customize OS status bar color/style via CommunityToolkit StatusBarBehavior; platform specifics apply. | props= <tr><td>BackgroundColor</td><td>?</td><td></td><td>Status bar fill color</td></tr> <tr><td>Style</td><td>?</td><td></td><td>Light/Dark content..." |
(No difference)
|
Latest revision as of 16:51, 17 October 2025
StatusBar
- Kind
- System UI / Behavior
- Microsoft Docs
- StatusBar documentation on learn.microsoft.com
- Introduced
- Toolkit (MAUI era)
- Deprecated
- No
- Notes
- Customize OS status bar color/style via CommunityToolkit StatusBarBehavior; platform specifics apply.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| BackgroundColor | ? | Status bar fill color | |
| Style | ? | Light/Dark content | |
| ApplyOn | ? | Lifecycle hook (e.g., OnAppearing) |