Page
LargeTitleDisplayProperty
ModalPresentationStyleProperty
PreferredStatusBarUpdateAnimationProperty
PrefersHomeIndicatorAutoHiddenProperty
PrefersStatusBarHiddenProperty
SafeAreaInsetsProperty
UseSafeAreaProperty
GetLargeTitleDisplay(BindableObject)
GetModalPresentationStyle(BindableObject)
GetPreferredStatusBarUpdateAnimation(BindableObject)
GetPrefersHomeIndicatorAutoHidden(BindableObject)
GetPrefersStatusBarHidden(BindableObject)
GetSafeAreaInsets(BindableObject)
GetUseSafeArea(BindableObject)
LargeTitleDisplay(IPlatformElementConfiguration<iOS, Page>)
ModalPresentationStyle(IPlatformElementConfiguration<iOS, Page>)
PreferredStatusBarUpdateAnimation(IPlatformElementConfiguration<iOS, Page>)
PrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS, Page>)
PrefersStatusBarHidden(IPlatformElementConfiguration<iOS, Page>)
SafeAreaInsets(IPlatformElementConfiguration<iOS, Page>)
SetLargeTitleDisplay(BindableObject, LargeTitleDisplayMode)
SetLargeTitleDisplay(IPlatformElementConfiguration<iOS, Page>, LargeTitleDisplayMode)
SetModalPresentationStyle(IPlatformElementConfiguration<iOS, Page>, UIModalPresentationStyle)
SetPreferredStatusBarUpdateAnimation(BindableObject, UIStatusBarAnimation)
SetPreferredStatusBarUpdateAnimation(IPlatformElementConfiguration<iOS, Page>, UIStatusBarAnimation)
SetPrefersHomeIndicatorAutoHidden(BindableObject, Boolean)
SetPrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS, Page>, Boolean)
SetPrefersStatusBarHidden(BindableObject, StatusBarHiddenMode)
SetPrefersStatusBarHidden(IPlatformElementConfiguration<iOS, Page>, StatusBarHiddenMode)
SetSafeAreaInsets(IPlatformElementConfiguration<iOS, Page>, Thickness)
SetUseSafeArea(BindableObject, Boolean)
SetUseSafeArea(IPlatformElementConfiguration<iOS, Page>, Boolean)
UsingSafeArea(IPlatformElementConfiguration<iOS, Page>)
net7.0
namespace Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific
{
public static class Page
{
public static void SetPreferredStatusBarUpdateAnimation(BindableObject element, UIStatusBarAnimation value);
}
}
.NET | 6.07.0 |
---|---|
Information specific to net7.0 | |
Assembly | Microsoft.Maui.Controls , Version=1.0.0.0, PublicKeyToken= |
Referencing | Requires all:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API