NavigationPage.SetHideNavigationBarSeparator 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
SetHideNavigationBarSeparator(BindableObject, Boolean) |
Developers set this to |
SetHideNavigationBarSeparator(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean) |
Developers set this to |
SetHideNavigationBarSeparator(BindableObject, Boolean)
Developers set this to true
to hide the separator. Otherwise, false
.
public static void SetHideNavigationBarSeparator (Xamarin.Forms.BindableObject element, bool value);
static member SetHideNavigationBarSeparator : Xamarin.Forms.BindableObject * bool -> unit
Parameters
- element
- BindableObject
The element for which to set whether the navigation bar separator is hidden.
- value
- System.Boolean
true
to hide the separator. Otherwise, false
.
Applies to
SetHideNavigationBarSeparator(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)
Developers set this to true
to hide the separator. Otherwise, false
.
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> SetHideNavigationBarSeparator (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> config, bool value);
static member SetHideNavigationBarSeparator : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage>
Parameters
The platform configuration for the element for which to set whether the navigation bar separator is hidden.
- value
- System.Boolean
true
to hide the separator. Otherwise, false
.
Returns
A fluent object on which the developer can make further method calls.