Page Class

Definition

The page instance that Xamarin.Forms created on the iOS platform.

public static class Page
type Page = class
Inheritance
Page

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

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

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

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