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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.