Share via


Page Class

Definition

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 None, Slide, or Fade.

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 element.

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 None, Slide, or Fade.

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 element.

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 config.

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 None, Slide, or Fade.

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 element to value.

SetLargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>, LargeTitleDisplayMode)

Sets the large title display preferences of config to value.

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 None, Slide, or Fade.

SetPreferredStatusBarUpdateAnimation(IPlatformElementConfiguration<iOS,Page>, UIStatusBarAnimation)

Sets a value that controls whether the preferred animation style to use when updating the status bar is None, Slide, or Fade.

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 config to value.

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.

Applies to