次の方法で共有


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)

ツールバーの配置を設定します。

適用対象