NavigationPage Class

Definition

Provides access to the bread crumb bar for navigation pages on the Tizen platform.

public static class NavigationPage
type NavigationPage = class
Inheritance
NavigationPage

Fields

HasBreadCrumbsBarProperty

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

Methods

GetHasBreadCrumbsBar(BindableObject)

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

HasBreadCrumbsBar(IPlatformElementConfiguration<Tizen,NavigationPage>)

Returns 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.

SetHasBreadCrumbsBar(IPlatformElementConfiguration<Tizen,NavigationPage>, Boolean)

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

Applies to