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 Xamarin.Forms created on the iOS platform.
public static class Page
type Page = class
- Inheritance
-
System.ObjectPage
Fields
LargeTitleDisplayProperty |
Backing store for the attached property that defines the large title preferences of the page. |
ModalPresentationStyleProperty |
The BindableProperty associated with the modal presentation style. |
PreferredStatusBarUpdateAnimationProperty |
Backing store for the attached property that controls whether the preferred animation style to use when updating the status bar is |
PrefersHomeIndicatorAutoHiddenProperty |
The backing store for the PrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS,Page>) field. |
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 |
Backing store for the attached property that controls whether the padding is overridden with the safe area. |
Methods
GetLargeTitleDisplay(BindableObject) |
Returns the large title display preferences for |
GetModalPresentationStyle(BindableObject) |
Gets the UIModalPresentationStyle for . |
GetPreferredStatusBarUpdateAnimation(BindableObject) |
Returns a value that tells whether the preferred animation style to use when updating the status bar is |
GetPrefersHomeIndicatorAutoHidden(BindableObject) | |
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 Boolean value that tells 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 |
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>) | |
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 to . |
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) | |
SetPrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS,Page>, Boolean) | |
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>) |
Returns a Boolean value that tells whether the padding is overridden with the safe area. |