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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.