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 (Xamarin.Forms.BindableObject element, bool value);
static member SetHasBreadCrumbsBar : Xamarin.Forms.BindableObject * bool -> unit

Parameters

element
BindableObject

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

value
System.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 static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.NavigationPage> SetHasBreadCrumbsBar (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.NavigationPage> config, bool value);
static member SetHasBreadCrumbsBar : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.NavigationPage> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.NavigationPage>

Parameters

config
IPlatformElementConfiguration<Tizen,NavigationPage>

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

value
System.Boolean

The new bread crumb bar presence value.

Returns

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

Applies to