NavigationPage.SetHasBreadCrumbsBar Method
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.
Overloads
| Name | Description |
|---|---|
| SetHasBreadCrumbsBar(BindableObject, Boolean) |
Sets whether the navigation page has a bread crumb bar. |
| SetHasBreadCrumbsBar(IPlatformElementConfiguration<Tizen,NavigationPage>, Boolean) |
Sets whether the navigation page has a bread crumb bar. |
SetHasBreadCrumbsBar(BindableObject, Boolean)
- Source:
- NavigationPage.cs
- Source:
- NavigationPage.cs
- Source:
- NavigationPage.cs
- Source:
- NavigationPage.cs
Sets whether the navigation page has a bread crumb bar.
public:
static void SetHasBreadCrumbsBar(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetHasBreadCrumbsBar(Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetHasBreadCrumbsBar : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetHasBreadCrumbsBar (element As BindableObject, value As Boolean)
Parameters
- element
- BindableObject
The navigation page on the Tizen platform.
- value
- Boolean
true to show a bread crumb bar; otherwise, false.
Applies to
SetHasBreadCrumbsBar(IPlatformElementConfiguration<Tizen,NavigationPage>, Boolean)
- Source:
- NavigationPage.cs
- Source:
- NavigationPage.cs
- Source:
- NavigationPage.cs
- Source:
- NavigationPage.cs
Sets whether the navigation page has a bread crumb bar.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::NavigationPage ^> ^ SetHasBreadCrumbsBar(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::NavigationPage ^> ^ config, bool value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.NavigationPage> SetHasBreadCrumbsBar(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.NavigationPage> config, bool value);
static member SetHasBreadCrumbsBar : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.NavigationPage> * bool -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.NavigationPage>
<Extension()>
Public Function SetHasBreadCrumbsBar (config As IPlatformElementConfiguration(Of Tizen, NavigationPage), value As Boolean) As IPlatformElementConfiguration(Of Tizen, NavigationPage)
Parameters
The platform configuration.
- value
- Boolean
true to show a bread crumb bar; otherwise, false.
Returns
The updated platform configuration.