Page 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 page instance that Microsoft.Maui.Controls created on the iOS platform.
public ref class Page abstract sealed
public static class Page
type Page = class
Public Module Page
- Inheritance
-
Page
Fields
LargeTitleDisplayProperty |
Bindable property for LargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>). |
ModalPresentationStyleProperty |
Defines the modal presentation style of the Page. |
PreferredStatusBarUpdateAnimationProperty |
Backing store for the attached property that controls whether the preferred animation style to use when updating the status bar is |
PrefersHomeIndicatorAutoHiddenProperty |
Bindable property for PrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS,Page>). |
PrefersStatusBarHiddenProperty |
Sets a value that controls whether it is preferred that the status bar is shown, hidden, or relies on the system default. |
SafeAreaInsetsProperty |
Backing store for the attached property that represents the safe area insets. |
UseSafeAreaProperty |
This iOS platform-specific controls whether padding values are overridden with the safe area insets. |
Methods
GetLargeTitleDisplay(BindableObject) |
Returns the large title display preferences for |
GetModalPresentationStyle(BindableObject) |
Gets the current value of the UIModalPresentationStyle enumeration that's applied to the Page. |
GetPreferredStatusBarUpdateAnimation(BindableObject) |
Returns a value that tells whether the preferred animation style to use when updating the status bar is |
GetPrefersHomeIndicatorAutoHidden(BindableObject) |
Gets a value that indicates whether the visual indicator should hide upon returning to the home screen. |
GetPrefersStatusBarHidden(BindableObject) |
Returns a value that tells whether it is preferred that the status bar is shown, hidden, or relies on the system default. |
GetSafeAreaInsets(BindableObject) |
Returns the safe area insets for |
GetUseSafeArea(BindableObject) |
Gets a value that indicates whether padding values are overridden with values that conform to the safe area on the device. |
LargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>) |
Returns a value that describes the large title behavior preference of |
ModalPresentationStyle(IPlatformElementConfiguration<iOS,Page>) |
Gets the modal presentation style of the Page. |
PreferredStatusBarUpdateAnimation(IPlatformElementConfiguration<iOS,Page>) |
Returns a value that tells whether the preferred animation style to use when updating the status bar is |
PrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS,Page>) |
Gets a Boolean that indicates whether is allowed to hide the visual indicator for returning to the Home Screen. |
PrefersStatusBarHidden(IPlatformElementConfiguration<iOS,Page>) |
Sets a value that controls whether it is preferred that the status bar is shown, hidden, or relies on the system default. |
SafeAreaInsets(IPlatformElementConfiguration<iOS,Page>) |
Returns a Thickness object that represents the safe area insets. |
SetLargeTitleDisplay(BindableObject, LargeTitleDisplayMode) |
Sets the large title display preferences of |
SetLargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>, LargeTitleDisplayMode) |
Sets the large title display preferences of |
SetModalPresentationStyle(IPlatformElementConfiguration<iOS,Page>, UIModalPresentationStyle) |
Sets the modal presentation style of the Page. |
SetPreferredStatusBarUpdateAnimation(BindableObject, UIStatusBarAnimation) |
Sets a value that controls whether the preferred animation style to use when updating the status bar is |
SetPreferredStatusBarUpdateAnimation(IPlatformElementConfiguration<iOS,Page>, UIStatusBarAnimation) |
Sets a value that controls whether the preferred animation style to use when updating the status bar is |
SetPrefersHomeIndicatorAutoHidden(BindableObject, Boolean) |
Sets a value that indicates whether the visual indicator should hide upon returning to the home screen. |
SetPrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS,Page>, Boolean) |
Sets a Boolean that indicates whether is allowed to hide the visual indicator for returning to the Home Screen. |
SetPrefersStatusBarHidden(BindableObject, StatusBarHiddenMode) |
Sets a value that controls whether it is preferred that the status bar is shown, hidden, or relies on the system default. |
SetPrefersStatusBarHidden(IPlatformElementConfiguration<iOS,Page>, StatusBarHiddenMode) |
Sets a value that controls whether it is preferred that the status bar is shown, hidden, or relies on the system default. |
SetSafeAreaInsets(IPlatformElementConfiguration<iOS,Page>, Thickness) |
Sets the safe area insets of |
SetUseSafeArea(BindableObject, Boolean) |
Sets a value that controls whether padding values are overridden with the safe area insets. |
SetUseSafeArea(IPlatformElementConfiguration<iOS,Page>, Boolean) |
Sets a value that controls whether padding values are overridden with the safe area insets. |
UsingSafeArea(IPlatformElementConfiguration<iOS,Page>) |
Gets a value that represents whether the padding is overridden with the safe area. |