Compartilhar via


RefreshView.GetRefreshPullDirection Method

Definition

Overloads

GetRefreshPullDirection(BindableObject)
GetRefreshPullDirection(IPlatformElementConfiguration<Windows,RefreshView>)

GetRefreshPullDirection(BindableObject)

Source:
RefreshView.cs
Source:
RefreshView.cs
public:
 static Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::RefreshView::RefreshPullDirection GetRefreshPullDirection(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection GetRefreshPullDirection (Microsoft.Maui.Controls.BindableObject element);
static member GetRefreshPullDirection : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection
Public Function GetRefreshPullDirection (element As BindableObject) As RefreshView.RefreshPullDirection

Parameters

element
BindableObject

Returns

Applies to

GetRefreshPullDirection(IPlatformElementConfiguration<Windows,RefreshView>)

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

Parameters

Returns

Applies to