NavigationPage.SetIsNavigationBarTranslucent Method

Definition

Overloads

SetIsNavigationBarTranslucent(BindableObject, Boolean)

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

SetIsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

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

SetIsNavigationBarTranslucent(BindableObject, Boolean)

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

public static void SetIsNavigationBarTranslucent (Xamarin.Forms.BindableObject element, bool value);
static member SetIsNavigationBarTranslucent : Xamarin.Forms.BindableObject * bool -> unit

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

value
System.Boolean

The new property value to assign.

Applies to

SetIsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

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

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> SetIsNavigationBarTranslucent (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> config, bool value);
static member SetIsNavigationBarTranslucent : 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 specific configuration that contains the element on which to perform the operation.

value
System.Boolean

The new property value to assign.

Returns

The updated configuration object on which developers can make successive method calls.

Applies to