Tab Sembunyikan Shell

public AppShell()
{
    InitializeComponent();

    Shell.SetTabBarIsVisible(this, false);
}
Kind Kestrel