UI/StatusBarTitleBar

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


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)