TabbedPage.SetIsSwipePagingEnabled Method

Definition

Overloads

SetIsSwipePagingEnabled(BindableObject, Boolean)

Sets a value that controls whether page swiping is enabled to the provided value.

SetIsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

Sets a value that controls whether page swiping is enabled to the provided value.

SetIsSwipePagingEnabled(BindableObject, Boolean)

Sets a value that controls whether page swiping is enabled to the provided value.

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

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

value
Boolean

The new property value to assign.

Applies to

SetIsSwipePagingEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

Sets a value that controls whether page swiping is enabled to the provided value.

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>

Parameters

config
IPlatformElementConfiguration<Android,TabbedPage>

The platform specific configuration that contains the element on which to perform the operation.

value
Boolean

The new property value to assign.

Returns

The configuration that was updated.

Applies to