NavigationPage.SetHideNavigationBarSeparator Method

Definition

Overloads

SetHideNavigationBarSeparator(BindableObject, Boolean)

Developers set this to true to hide the separator. Otherwise, false.

SetHideNavigationBarSeparator(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

Developers set this to true to hide the separator. Otherwise, false.

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

config
IPlatformElementConfiguration<iOS,NavigationPage>

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.

Applies to