NavigationPage.GetStatusBarTextColorMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetStatusBarTextColorMode(BindableObject) |
Gets the status bar text color mode on iOS. |
| GetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>) |
Gets the status bar text color mode on iOS. |
GetStatusBarTextColorMode(BindableObject)
- Source:
- NavigationPage.cs
- Source:
- NavigationPage.cs
- Source:
- NavigationPage.cs
- Source:
- NavigationPage.cs
Gets the status bar text color mode on iOS.
public:
static Microsoft::Maui::Controls::PlatformConfiguration::iOSSpecific::StatusBarTextColorMode GetStatusBarTextColorMode(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode GetStatusBarTextColorMode(Microsoft.Maui.Controls.BindableObject element);
static member GetStatusBarTextColorMode : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode
Public Function GetStatusBarTextColorMode (element As BindableObject) As StatusBarTextColorMode
Parameters
- element
- BindableObject
The element to get the value from.
Returns
The status bar text color mode.
Applies to
GetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>)
- Source:
- NavigationPage.cs
- Source:
- NavigationPage.cs
- Source:
- NavigationPage.cs
- Source:
- NavigationPage.cs
Gets the status bar text color mode on iOS.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::PlatformConfiguration::iOSSpecific::StatusBarTextColorMode GetStatusBarTextColorMode(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::NavigationPage ^> ^ config);
public static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode GetStatusBarTextColorMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.NavigationPage> config);
static member GetStatusBarTextColorMode : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.NavigationPage> -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode
<Extension()>
Public Function GetStatusBarTextColorMode (config As IPlatformElementConfiguration(Of iOS, NavigationPage)) As StatusBarTextColorMode
Parameters
The platform configuration.
Returns
The status bar text color mode.