共用方式為


TabbedPage 類別

定義

Xamarin.Forms 在 Android 平台上建立的索引標籤式頁面執行個體。

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

欄位

BarItemColorProperty
已淘汰.

附加屬性的備份存放區,該附加屬性控制列項目的色彩。

BarSelectedItemColorProperty
已淘汰.

附加屬性的備份存放區,該附加屬性控制所選取列項目的色彩。

IsSmoothScrollEnabledProperty

IsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>) 屬性關聯的 BindableProperty

IsSwipePagingEnabledProperty

IsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>) 屬性的備份存放區。

OffscreenPageLimitProperty

附加幕後頁面限制屬性的備份存放區。

ToolbarPlacementProperty

附加屬性的備份存放區,該附加屬性控制工具列的位置。

方法

DisableSmoothScroll(IPlatformElementConfiguration<Android,TabbedPage>)

關閉的 thisTabbedPage平滑捲動。

DisableSwipePaging(IPlatformElementConfiguration<Android,TabbedPage>)

停用撥動分頁。

EnableSmoothScroll(IPlatformElementConfiguration<Android,TabbedPage>)

開啟的 thisTabbedPage平滑捲動。

EnableSwipePaging(IPlatformElementConfiguration<Android,TabbedPage>)

啟用撥動分頁。

GetBarItemColor(BindableObject)
已淘汰.

傳回列項目的色彩。

GetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>)
已淘汰.

傳回列項目的色彩。

GetBarSelectedItemColor(BindableObject)
已淘汰.

傳回所選取列項目的色彩。

GetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>)
已淘汰.

傳回所選取列項目的色彩。

GetIsSmoothScrollEnabled(BindableObject)

取得是否啟用平滑捲動。

GetIsSwipePagingEnabled(BindableObject)

傳回布林值,指出是否啟用撥動分頁。

GetMaxItemCount(BindableObject)

傳回允許的項目數上限。

GetMaxItemCount(IPlatformElementConfiguration<Android,TabbedPage>)

傳回允許的項目數上限。

GetOffscreenPageLimit(BindableObject)

傳回快取在記憶體中的幕後頁數。

GetToolbarPlacement(BindableObject)

傳回工具列位置。

GetToolbarPlacement(IPlatformElementConfiguration<Android,TabbedPage>)

傳回工具列位置。

IsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>)

取得是否啟用 thisTabbedPage平滑捲動。

IsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>)

取得布林值,控制是否啟用撥動分頁。

OffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>)

傳回快取在記憶體中的幕後頁數。

SetBarItemColor(BindableObject, Color)
已淘汰.

設定列項目的色彩。

SetBarItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
已淘汰.

設定列項目的色彩。

SetBarSelectedItemColor(BindableObject, Color)
已淘汰.

設定所選取列項目的色彩。

SetBarSelectedItemColor(IPlatformElementConfiguration<Android,TabbedPage>, Color)
已淘汰.

設定所選取列項目的色彩。

SetIsSmoothScrollEnabled(BindableObject, Boolean)

在上啟用或停用平滑捲動。

SetIsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

在上 thisTabbedPage啟用或停用平滑捲動。

SetIsSwipePagingEnabled(BindableObject, Boolean)

設定值,該值控制頁面撥動是否已啟用為提供的 value

SetIsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

設定值,該值控制頁面撥動是否已啟用為提供的 value

SetOffscreenPageLimit(BindableObject, Int32)

將儲存在記憶體中的幕後頁數設為所提供 value

SetOffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>, Int32)

將儲存在記憶體中的幕後頁數設為所提供 value

SetToolbarPlacement(BindableObject, ToolbarPlacement)

設定工具列位置。

SetToolbarPlacement(IPlatformElementConfiguration<Android,TabbedPage>, ToolbarPlacement)

設定工具列位置。

適用於