次の方法で共有


TabbedPage クラス

定義

Android プラットフォームで Microsoft.Maui.Controls によって作成されたタブ付きページ インスタンス。

public ref class TabbedPage abstract sealed
public static class TabbedPage
type TabbedPage = class
Public Module TabbedPage
継承
TabbedPage

フィールド

IsSmoothScrollEnabledProperty

IsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>)バインド可能なプロパティ。

IsSwipePagingEnabledProperty

IsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>)バインド可能なプロパティ。

OffscreenPageLimitProperty

OffscreenPageLimit(IPlatformElementConfiguration<Android,TabbedPage>)バインド可能なプロパティ。

ToolbarPlacementProperty

ToolbarPlacementバインド可能なプロパティ。

メソッド

DisableSmoothScroll(IPlatformElementConfiguration<Android,TabbedPage>)

のスムーズ スクロールを thisTabbedPageオフにします。

DisableSwipePaging(IPlatformElementConfiguration<Android,TabbedPage>)

ページのスワイプを無効にします。

EnableSmoothScroll(IPlatformElementConfiguration<Android,TabbedPage>)

のスムーズ スクロールを thisTabbedPage有効にします。

EnableSwipePaging(IPlatformElementConfiguration<Android,TabbedPage>)

ページのスワイプを有効にします。

GetIsSmoothScrollEnabled(BindableObject)

のスムーズ スクロールが有効になっているかどうかを取得します element

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

メモリにキャッシュされているオフスクリーン ページの数を返します。

SetIsSmoothScrollEnabled(BindableObject, Boolean)

のスムーズ スクロールを element有効または無効にします。

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)

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

適用対象