UI/TabBar: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=TabBar / TabbedPage | kind=Navigation (tabs) | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/pages/tabbedpage?view=net-maui-9.0 | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Tabs via Shell (TabBar) or classic TabbedPage; platform placement varies. | props= <tr><td>CurrentPage</td><td>?</td><td></td><td>Active tab page</td></tr> <tr><td>BarBackgroundColor</td><td>?</td><td></td><td>Tab bar color</td></tr> <tr><td..." |
(No difference)
|
Latest revision as of 16:50, 17 October 2025
TabBar / TabbedPage
- Kind
- Navigation (tabs)
- Microsoft Docs
- TabBar / TabbedPage documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Tabs via Shell (TabBar) or classic TabbedPage; platform placement varies.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| CurrentPage | ? | Active tab page | |
| BarBackgroundColor | ? | Tab bar color | |
| BarTextColor | ? | Title color | |
| UnselectedTabColor | ? | ||
| SelectedTabColor | ? |