Share via


RefreshView.SetRefreshPullDirection Method

Definition

Overloads

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

SetRefreshPullDirection(BindableObject, RefreshView+RefreshPullDirection)

Source:
RefreshView.cs
Source:
RefreshView.cs
public:
 static void SetRefreshPullDirection(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::RefreshView::RefreshPullDirection value);
public static void SetRefreshPullDirection (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection value);
static member SetRefreshPullDirection : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection -> unit
Public Sub SetRefreshPullDirection (element As BindableObject, value As RefreshView.RefreshPullDirection)

Parameters

element
BindableObject

Applies to

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

Source:
RefreshView.cs
Source:
RefreshView.cs
public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::RefreshView ^> ^ SetRefreshPullDirection(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::RefreshView ^> ^ config, Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::RefreshView::RefreshPullDirection value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.RefreshView> SetRefreshPullDirection (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.RefreshView> config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection value);
static member SetRefreshPullDirection : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.RefreshView> * Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.RefreshView>
<Extension()>
Public Function SetRefreshPullDirection (config As IPlatformElementConfiguration(Of Windows, RefreshView), value As RefreshView.RefreshPullDirection) As IPlatformElementConfiguration(Of Windows, RefreshView)

Parameters

Returns

Applies to