RefreshView Class
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.
Provides Windows-specific configuration for the pull-to-refresh gesture direction.
public ref class RefreshView abstract sealed
public static class RefreshView
type RefreshView = class
Public Module RefreshView
- Inheritance
-
RefreshView
Fields
| Name | Description |
|---|---|
| RefreshPullDirectionProperty |
Bindable property for RefreshView.RefreshPullDirection. |
Methods
| 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. |
| 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. |