Share via


Page 類別

定義

Xamarin.Forms 在 iOS 平台上建立的頁面執行個體。

public static class Page
type Page = class
繼承
System.Object
Page

欄位

LargeTitleDisplayProperty

附加屬性的備份存放區,定義頁面的大型標題喜好設定。

ModalPresentationStyleProperty

與強制回應呈現樣式關聯的 BindableProperty

PreferredStatusBarUpdateAnimationProperty

附加屬性的備份儲存區,控制更新狀態列時要使用的慣用動畫樣式為 NoneSlideFade

PrefersHomeIndicatorAutoHiddenProperty

PrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS,Page>) 欄位的備份存放區。

PrefersStatusBarHiddenProperty

設定值,控制偏好顯示或隱藏狀態列,還是依賴系統預設的狀態列。

SafeAreaInsetsProperty

附加屬性的備份存放區,代表安全區域內凹。

UseSafeAreaProperty

附加屬性的備份存放區,控制是否將填補覆寫為安全區域。

方法

GetLargeTitleDisplay(BindableObject)

傳回 element 的大型標題顯示喜好設定。

GetModalPresentationStyle(BindableObject)

取得的 UIModalPresentationStyle

GetPreferredStatusBarUpdateAnimation(BindableObject)

傳回值,指出更新狀態列時要使用的慣用動畫樣式為 NoneSlideFade

GetPrefersHomeIndicatorAutoHidden(BindableObject)

Xamarin.Forms 在 iOS 平台上建立的頁面執行個體。

GetPrefersStatusBarHidden(BindableObject)

傳回值,告知偏好顯示或隱藏狀態列,還是依賴系統預設的狀態列。

GetSafeAreaInsets(BindableObject)

傳回 element 的安全區域內凹。

GetUseSafeArea(BindableObject)

取得布林值,告知是否將填補值覆寫為符合裝置上安全區域的值。

LargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>)

傳回值,描述 config 的大型標題行為喜好設定。

ModalPresentationStyle(IPlatformElementConfiguration<iOS,Page>)

取得的 thisPage強制回應呈現樣式。

PreferredStatusBarUpdateAnimation(IPlatformElementConfiguration<iOS,Page>)

傳回值,指出更新狀態列時要使用的慣用動畫樣式為 NoneSlideFade

PrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS,Page>)

Xamarin.Forms 在 iOS 平台上建立的頁面執行個體。

PrefersStatusBarHidden(IPlatformElementConfiguration<iOS,Page>)

設定值,控制偏好顯示或隱藏狀態列,還是依賴系統預設的狀態列。

SafeAreaInsets(IPlatformElementConfiguration<iOS,Page>)

傳回代表安全區域內凹的 Thickness 物件。

SetLargeTitleDisplay(BindableObject, LargeTitleDisplayMode)

element 的大型標題顯示喜好設定設為 value

SetLargeTitleDisplay(IPlatformElementConfiguration<iOS,Page>, LargeTitleDisplayMode)

config 的大型標題顯示喜好設定設為 value

SetModalPresentationStyle(IPlatformElementConfiguration<iOS,Page>, UIModalPresentationStyle)

將強制回應簡報樣式設定為 。

SetPreferredStatusBarUpdateAnimation(BindableObject, UIStatusBarAnimation)

設定值,控制更新狀態列時要使用的慣用動畫樣式為 NoneSlideFade

SetPreferredStatusBarUpdateAnimation(IPlatformElementConfiguration<iOS,Page>, UIStatusBarAnimation)

設定值,控制更新狀態列時要使用的慣用動畫樣式為 NoneSlideFade

SetPrefersHomeIndicatorAutoHidden(BindableObject, Boolean)

Xamarin.Forms 在 iOS 平台上建立的頁面執行個體。

SetPrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS,Page>, Boolean)

Xamarin.Forms 在 iOS 平台上建立的頁面執行個體。

SetPrefersStatusBarHidden(BindableObject, StatusBarHiddenMode)

設定值,控制偏好顯示或隱藏狀態列,還是依賴系統預設的狀態列。

SetPrefersStatusBarHidden(IPlatformElementConfiguration<iOS,Page>, StatusBarHiddenMode)

設定值,控制偏好顯示或隱藏狀態列,還是依賴系統預設的狀態列。

SetSafeAreaInsets(IPlatformElementConfiguration<iOS,Page>, Thickness)

config 的安全區域內凹設為 value

SetUseSafeArea(BindableObject, Boolean)

設定控制是否將填補值覆寫為安全區域內凹的值。

SetUseSafeArea(IPlatformElementConfiguration<iOS,Page>, Boolean)

設定控制是否將填補值覆寫為安全區域內凹的值。

UsingSafeArea(IPlatformElementConfiguration<iOS,Page>)

傳回布林值,告知是否將填補覆寫為安全區域。

適用於