RefreshView.SetRefreshPullDirection 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 |
|---|---|
| SetRefreshPullDirection(BindableObject, RefreshView+RefreshPullDirection) |
Sets the pull direction for the refresh gesture on Windows. |
| SetRefreshPullDirection(IPlatformElementConfiguration<Windows,RefreshView>, RefreshView+RefreshPullDirection) |
Sets the pull direction for the refresh gesture on Windows. |
SetRefreshPullDirection(BindableObject, RefreshView+RefreshPullDirection)
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
Sets the pull direction for the refresh gesture on Windows.
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
The element to configure.
The pull direction.
Applies to
SetRefreshPullDirection(IPlatformElementConfiguration<Windows,RefreshView>, RefreshView+RefreshPullDirection)
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
Sets the pull direction for the refresh gesture on Windows.
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
The platform configuration.
The pull direction.
Returns
The updated platform configuration.