Shell.SetNavBarIsVisible(BindableObject, Boolean) Method

Definition

Controls if the navigation bar is visible when the given obj is presented. By default the value of the property is true.

public:
 static void SetNavBarIsVisible(Microsoft::Maui::Controls::BindableObject ^ obj, bool value);
public static void SetNavBarIsVisible (Microsoft.Maui.Controls.BindableObject obj, bool value);
static member SetNavBarIsVisible : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Shared Sub SetNavBarIsVisible (obj As BindableObject, value As Boolean)

Parameters

obj
BindableObject

The object that modifies the navigation bar visibility.

value
Boolean

true to set the navigation bar as visible; otherwise, false.

Applies to