Share via


TabbedPage.SetIsSwipePagingEnabled Methode

Definition

Überlädt

SetIsSwipePagingEnabled(BindableObject, Boolean)

Legt einen Wert fest, der steuert, ob das Wischen von Seiten für das bereitgestellte value-Objekt aktiviert ist.

SetIsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

Legt einen Wert fest, der steuert, ob das Wischen von Seiten für das bereitgestellte value-Objekt aktiviert ist.

SetIsSwipePagingEnabled(BindableObject, Boolean)

Legt einen Wert fest, der steuert, ob das Wischen von Seiten für das bereitgestellte value-Objekt aktiviert ist.

public static void SetIsSwipePagingEnabled (Xamarin.Forms.BindableObject element, bool value);
static member SetIsSwipePagingEnabled : Xamarin.Forms.BindableObject * bool -> unit

Parameter

element
BindableObject

Das plattformspezifische Element, für das der Vorgang ausgeführt werden soll.

value
System.Boolean

Der neue Eigenschaftswert, der zugewiesen werden soll.

Gilt für:

SetIsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

Legt einen Wert fest, der steuert, ob das Wischen von Seiten für das bereitgestellte value-Objekt aktiviert ist.

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

Parameter

config
IPlatformElementConfiguration<Android,TabbedPage>

Die plattformspezifische Konfiguration, die das Element enthält, für das der Vorgang ausgeführt werden soll.

value
System.Boolean

Der neue Eigenschaftswert, der zugewiesen werden soll.

Gibt zurück

Die Konfiguration, die aktualisiert wurde.

Gilt für: