Share via


NavigationPage.SetHasBreadCrumbsBar Method

Definition

Overloads

SetHasBreadCrumbsBar(BindableObject, Boolean)

Sets a Boolean value that tells whether the navigation page has a bread crumb bar.

SetHasBreadCrumbsBar(IPlatformElementConfiguration<Tizen,NavigationPage>, Boolean)

Sets a Boolean value that tells whether the navigation page has a bread crumb bar.

SetHasBreadCrumbsBar(BindableObject, Boolean)

Sets a Boolean value that tells whether the navigation page has a bread crumb bar.

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

Parameters

element
BindableObject

The navigation page on the Tizen platform whose font weight icon to set.

value
Boolean

The new bread crumb bar presence value.

Applies to

SetHasBreadCrumbsBar(IPlatformElementConfiguration<Tizen,NavigationPage>, Boolean)

Sets a Boolean value that tells whether the navigation page has a bread crumb bar.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::NavigationPage ^> ^ SetHasBreadCrumbsBar(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::NavigationPage ^> ^ config, bool value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.NavigationPage> SetHasBreadCrumbsBar (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.NavigationPage> config, bool value);
static member SetHasBreadCrumbsBar : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.NavigationPage> * bool -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.NavigationPage>
<Extension()>
Public Function SetHasBreadCrumbsBar (config As IPlatformElementConfiguration(Of Tizen, NavigationPage), value As Boolean) As IPlatformElementConfiguration(Of Tizen, NavigationPage)

Parameters

config
IPlatformElementConfiguration<Tizen,NavigationPage>

The platform configuration for the navigation page on the Tizen platform whose font weight icon to set.

value
Boolean

The new bread crumb bar presence value.

Returns

A fluent object on which the developer may make further method calls.

Applies to