NavigationPage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the bread crumb bar for navigation pages on the Tizen platform.
public ref class NavigationPage abstract sealed
public static class NavigationPage
type NavigationPage = class
Public Module NavigationPage
- Inheritance
-
NavigationPage
Fields
HasBreadCrumbsBarProperty |
Bindable property for attached property |
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. |