Shell.SetNavBarIsVisible(BindableObject, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.