NavigationPage.GetStatusBarTextColorMode Method

Definition

Overloads

GetStatusBarTextColorMode(BindableObject)

Returns a value that controls whether the status bar text color is adjusted to match the luminosity of the navigation bar for the platform-specific navigation page.

GetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>)

Returns a value that controls whether the status bar text color is adjusted to match the luminosity of the navigation bar for the platform-specific navigation page.

GetStatusBarTextColorMode(BindableObject)

Returns a value that controls whether the status bar text color is adjusted to match the luminosity of the navigation bar for the platform-specific navigation page.

public static Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode GetStatusBarTextColorMode (Xamarin.Forms.BindableObject element);
static member GetStatusBarTextColorMode : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

A value that controls whether the status bar text color is adjusted to match the luminosity of the navigation bar for the platform-specific navigation page.

Applies to

GetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>)

Returns a value that controls whether the status bar text color is adjusted to match the luminosity of the navigation bar for the platform-specific navigation page.

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

Parameters

config
IPlatformElementConfiguration<iOS,NavigationPage>

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

Returns

A value that controls whether the status bar text color is adjusted to match the luminosity of the navigation bar for the platform-specific navigation page.

Applies to