RefreshPullDirection 枚举

定义

定义常量,这些常量指定拉取 RefreshContainer 以启动刷新的方向。

适用于 UWP 的等效 WinUI 2 APIWindows 应用 SDK中 WinUI 的 Microsoft.UI.Xaml.Controls.RefreshPullDirection (,请参阅 ) Windows 应用 SDK命名空间

public enum class RefreshPullDirection
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class RefreshPullDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum RefreshPullDirection
Public Enum RefreshPullDirection
继承
RefreshPullDirection
属性

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)

字段

BottomToTop 3

从下拉到上拉以启动刷新。

LeftToRight 0

从左到右拉取以启动刷新。

RightToLeft 2

从右到左拉以启动刷新。

TopToBottom 1

从上到下拉以启动刷新。

注解

此枚举提供 RefreshContainer.PullDirection 属性的值。

适用于