Enum ScaffoldTabBarVisibility
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Scaffold.dll
Tab bar visibility policy for a page hosted by a ScaffoldTabBar area, attached via TabBarVisibilityProperty.
public enum ScaffoldTabBarVisibility
Fields
Auto = 1The tab bar hides while the current navigation stack has pushed pages (more than one page) and shows again at stack roots. Hide/show animates in sync with the push/pop transition.
Hidden = 2The tab bar is hidden.
Visible = 0The tab bar is visible (the default).