NavigationPage.SetStatusBarTextColorMode Methode

Definition

Überlädt

SetStatusBarTextColorMode(BindableObject, StatusBarTextColorMode)

Legt einen Wert fest, der steuert, ob die Textfarbe für die Statusleiste an die Helligkeit der Navigationsleiste für die plattformspezifische Navigationsseite angepasst wird.

SetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>, StatusBarTextColorMode)

Legt einen Wert fest, der steuert, ob die Textfarbe für die Statusleiste an die Helligkeit der Navigationsleiste für die plattformspezifische Navigationsseite angepasst wird.

SetStatusBarTextColorMode(BindableObject, StatusBarTextColorMode)

Legt einen Wert fest, der steuert, ob die Textfarbe für die Statusleiste an die Helligkeit der Navigationsleiste für die plattformspezifische Navigationsseite angepasst wird.

public static void SetStatusBarTextColorMode (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode value);
static member SetStatusBarTextColorMode : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode -> unit

Parameter

element
BindableObject

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

value
StatusBarTextColorMode

Der neue Eigenschaftswert, der zugewiesen werden soll.

Gilt für:

SetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>, StatusBarTextColorMode)

Legt einen Wert fest, der steuert, ob die Textfarbe für die Statusleiste an die Helligkeit der Navigationsleiste für die plattformspezifische Navigationsseite angepasst wird.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> SetStatusBarTextColorMode (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> config, Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode value);
static member SetStatusBarTextColorMode : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage> * Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode -> 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
StatusBarTextColorMode

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: