Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="3.4.0.1008975" />

 NavigationPage

public static class NavigationPage
Provides access to the bread crumb bar for navigation pages on the Tizen platform.

Backing store for the attached property that represents whether the navigation page has a bread crumb bar.

public static bool GetHasBreadCrumbsBar(BindableObject element)

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

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

public static void SetHasBreadCrumbsBar(BindableObject element, bool value)

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

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