NavigationPage.IsNavigationBarTranslucent Method

Definition

Returns a Boolean value that tells whether the navigation bar on the platform-specific navigation page is translucent.

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

Parameters

config
IPlatformElementConfiguration<iOS,NavigationPage>

The platform specific configuration that contains the element on which to perform the operation.

Returns

A Boolean value that tells whether the navigation bar on the platform-specific navigation page is translucent.

Applies to