NavigationPage.GetStatusBarTextColorMode Methode

Definition

Überlädt

GetStatusBarTextColorMode(BindableObject)

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

GetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>)

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

GetStatusBarTextColorMode(BindableObject)

Gibt einen Wert zurück, 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.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode GetStatusBarTextColorMode (Xamarin.Forms.BindableObject element);
static member GetStatusBarTextColorMode : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode

Parameter

element
BindableObject

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

Gibt zurück

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

Gilt für:

GetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>)

Gibt einen Wert zurück, 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.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode GetStatusBarTextColorMode (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> config);
static member GetStatusBarTextColorMode : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage> -> Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode

Parameter

config
IPlatformElementConfiguration<iOS,NavigationPage>

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

Gibt zurück

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

Gilt für: