TabbedPage.GetIsSwipePagingEnabled(BindableObject) Method

Definition

Returns a Boolean value that tells whether swiped paging is enabled.

public static bool GetIsSwipePagingEnabled (Xamarin.Forms.BindableObject element);
static member GetIsSwipePagingEnabled : Xamarin.Forms.BindableObject -> bool

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

System.Boolean

A Boolean value that tells whether swipe paging is enabled.

Applies to