NavigationPage.HideNavigationBarSeparator 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.
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
The platform configuration for the element for which to return whether the navigation bar separator is hidden.
Returns
System.Boolean
true
if the separator is hidden. Otherwise, false