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

Bindable property for ModalPresentationStyle(IPlatformElementConfiguration<iOS,Page>).

PreferredStatusBarUpdateAnimationProperty

Bindable property for PreferredStatusBarUpdateAnimation(IPlatformElementConfiguration<iOS,Page>).

PrefersHomeIndicatorAutoHiddenProperty

Bindable property for PrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS,Page>).

PrefersStatusBarHiddenProperty

Bindable property for PrefersStatusBarHidden(IPlatformElementConfiguration<iOS,Page>).

SafeAreaInsetsProperty

Bindable property for SafeAreaInsets(IPlatformElementConfiguration<iOS,Page>).

UseSafeAreaProperty

Bindable property for attached property UseSafeArea.

Methods

GetLargeTitleDisplay(BindableObject)

Returns the large title display preferences for element.

GetModalPresentationStyle(BindableObject)

Gets the UIModalPresentationStyle for element.

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

ModalPresentationStyle(IPlatformElementConfiguration<iOS,Page>)

Gets the modal presentation style of thisPage.

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

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)
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 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>)

Returns a Boolean value that tells whether the padding is overridden with the safe area.

Applies to