TabbedPage.IsSwipePagingEnabled 方法

定義

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

public static bool IsSwipePagingEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config);
static member IsSwipePagingEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage> -> bool

參數

config
IPlatformElementConfiguration<Android,TabbedPage>

平台特定組態,包含要對其執行作業的項目。

傳回

System.Boolean

若啟用撥動分頁,即為 true。 否則為 false

適用於