NavigationPage.HideNavigationBarSeparator Method

Definition

Returns true if the separator is hidden. Otherwise, returns false.

public static bool HideNavigationBarSeparator (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> config);
static member HideNavigationBarSeparator : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage> -> bool

Parameters

config
IPlatformElementConfiguration<iOS,NavigationPage>

The platform configuration for the element for which to return whether the navigation bar separator is hidden.

Returns

true if the separator is hidden. Otherwise, false

Applies to