Share via


NavigationPage.SetIsNavigationBarTranslucent Methode

Definition

Überlädt

SetIsNavigationBarTranslucent(BindableObject, Boolean)

Legt einen booleschen Wert fest, der steuert, ob die Navigationsleiste für die plattformspezifische Navigationsseite transparent ist.

SetIsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

Legt einen booleschen Wert fest, der steuert, ob die Navigationsleiste für die plattformspezifische Navigationsseite transparent ist.

SetIsNavigationBarTranslucent(BindableObject, Boolean)

Legt einen booleschen Wert fest, der steuert, ob die Navigationsleiste für die plattformspezifische Navigationsseite transparent ist.

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

Parameter

element
BindableObject

Das plattformspezifische Element, für das der Vorgang ausgeführt werden soll.

value
System.Boolean

Der neue Eigenschaftswert, der zugewiesen werden soll.

Gilt für:

SetIsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

Legt einen booleschen Wert fest, der steuert, ob die Navigationsleiste für die plattformspezifische Navigationsseite transparent ist.

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>

Parameter

config
IPlatformElementConfiguration<iOS,NavigationPage>

Die plattformspezifische Konfiguration, die das Element enthält, für das der Vorgang ausgeführt werden soll.

value
System.Boolean

Der neue Eigenschaftswert, der zugewiesen werden soll.

Gibt zurück

Das aktualisierte Konfigurationsobjekt, für das Entwickler aufeinander folgende Methodenaufrufe vornehmen können.

Gilt für: