Shell.GetNavBarIsVisible(BindableObject) Method

Definition

Gets the visibility of the navigation bar of the obj in a Shell application.

public:
 static bool GetNavBarIsVisible(Microsoft::Maui::Controls::BindableObject ^ obj);
public static bool GetNavBarIsVisible (Microsoft.Maui.Controls.BindableObject obj);
static member GetNavBarIsVisible : Microsoft.Maui.Controls.BindableObject -> bool
Public Shared Function GetNavBarIsVisible (obj As BindableObject) As Boolean

Parameters

Returns

true if the navigation bar is visible.

Applies to