Shell Hide Tab
public AppShell()
{
InitializeComponent();
Shell.SetTabBarIsVisible(this, false);
}
Kind Kestrel
public AppShell()
{
InitializeComponent();
Shell.SetTabBarIsVisible(this, false);
}