Sdílet prostřednictvím


TabbedPage.IsSwipePagingEnabled Metoda

Definice

Získá logickou hodnotu, která určuje, zda je povoleno stránkování potáhnutím prstem.

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

Parametry

config
IPlatformElementConfiguration<Android,TabbedPage>

Konfigurace specifická pro platformu, která obsahuje prvek, na kterém se má operace provést.

Návraty

System.Boolean

true pokud je povolené stránkování potáhnutím prstem. V opačném případě hodnota false.

Platí pro