NavigationPage Class
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.
The navigation page instance that Microsoft.Maui.Controls created on the iOS platform.
public ref class NavigationPage abstract sealed
public static class NavigationPage
type NavigationPage = class
Public Module NavigationPage
- Inheritance
-
NavigationPage
Fields
HideNavigationBarSeparatorProperty |
Bindable property for HideNavigationBarSeparator(IPlatformElementConfiguration<iOS,NavigationPage>). |
IsNavigationBarTranslucentProperty |
Bindable property for IsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>). |
PrefersLargeTitlesProperty |
Bindable property for PrefersLargeTitles(IPlatformElementConfiguration<iOS,NavigationPage>). |
StatusBarTextColorModeProperty |
Bindable property for StatusBarTextColorMode. |
Methods
DisableTranslucentNavigationBar(IPlatformElementConfiguration<iOS,NavigationPage>) |
Makes the navigation bar opaque on the platform-specific element. |
EnableTranslucentNavigationBar(IPlatformElementConfiguration<iOS,NavigationPage>) |
Makes the navigation bar translucent on the platform-specific element. |
GetHideNavigationBarSeparator(BindableObject) |
Returns |
GetIsNavigationBarTranslucent(BindableObject) |
Returns a Boolean value that tells whether the navigation bar on the platform-specific navigation page is translucent. |
GetPrefersLargeTitles(BindableObject) |
Returns the large title preference of |
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. |
HideNavigationBarSeparator(IPlatformElementConfiguration<iOS,NavigationPage>) |
Returns |
IsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>) |
Returns a Boolean value that tells whether the navigation bar on the platform-specific navigation page is translucent. |
PrefersLargeTitles(IPlatformElementConfiguration<iOS,NavigationPage>) |
Returns a value that indicates the element's preference for large titles. |
SetHideNavigationBarSeparator(BindableObject, Boolean) |
Developers set this to |
SetHideNavigationBarSeparator(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean) |
Developers set this to |
SetIsNavigationBarTranslucent(BindableObject, Boolean) |
Sets a Boolean value that controls whether the navigation bar on the platform-specific navigation page is translucent. |
SetIsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean) |
Sets a Boolean value that controls whether the navigation bar on the platform-specific navigation page is translucent. |
SetPrefersLargeTitles(BindableObject, Boolean) |
Sets the large title preference behavior of |
SetPrefersLargeTitles(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean) |
Sets the large title preference behavior of |
SetStatusBarTextColorMode(BindableObject, StatusBarTextColorMode) |
Sets 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. |
SetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>, StatusBarTextColorMode) |
Sets 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. |