NavigationPage.HasBreadCrumbsBar Method

Definition

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

public static bool HasBreadCrumbsBar (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.NavigationPage> config);
static member HasBreadCrumbsBar : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.NavigationPage> -> bool

Parameters

config
IPlatformElementConfiguration<Tizen,NavigationPage>

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

Returns

System.Boolean

true if the navigation page has a bread crumb bar. Otherwise, false.

Applies to