RefreshView.GetRefreshPullDirection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetRefreshPullDirection(BindableObject) |
Gets the pull direction for the refresh gesture on Windows. |
| GetRefreshPullDirection(IPlatformElementConfiguration<Windows,RefreshView>) |
Gets the pull direction for the refresh gesture on Windows. |
GetRefreshPullDirection(BindableObject)
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
Gets the pull direction for the refresh gesture on Windows.
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
The element to query.
Returns
The current pull direction.
Applies to
GetRefreshPullDirection(IPlatformElementConfiguration<Windows,RefreshView>)
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
Gets the pull direction for the refresh gesture on Windows.
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
The platform configuration.
Returns
The current pull direction.