Share via


RefreshView.SetRefreshPullDirection Method

Definition

Overloads

SetRefreshPullDirection(BindableObject, RefreshView+RefreshPullDirection)
SetRefreshPullDirection(IPlatformElementConfiguration<Windows,RefreshView>, RefreshView+RefreshPullDirection)

SetRefreshPullDirection(BindableObject, RefreshView+RefreshPullDirection)

public static void SetRefreshPullDirection (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection value);
static member SetRefreshPullDirection : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection -> unit

Parameters

element
BindableObject

Applies to

SetRefreshPullDirection(IPlatformElementConfiguration<Windows,RefreshView>, RefreshView+RefreshPullDirection)

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.RefreshView> SetRefreshPullDirection (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.RefreshView> config, Xamarin.Forms.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection value);
static member SetRefreshPullDirection : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.RefreshView> * Xamarin.Forms.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.RefreshView>

Parameters

Returns

Applies to