RefreshPullDirection 枚举

定义

定义用于指定拉 取 RefreshContainer 以启动刷新的方向的常量。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

public enum class RefreshPullDirection
/// [Microsoft.UI.Xaml.MUXContractProperty(version=6)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class RefreshPullDirection
/// [Windows.Foundation.Metadata.Version(1)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=6)]
enum class RefreshPullDirection
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class RefreshPullDirection
[Microsoft.UI.Xaml.MUXContractProperty(version=6)]
[Windows.Foundation.Metadata.Version(1)]
public enum RefreshPullDirection
[Windows.Foundation.Metadata.Version(1)]
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=6)]
public enum RefreshPullDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum RefreshPullDirection
Public Enum RefreshPullDirection
继承
RefreshPullDirection
属性
Microsoft.UI.Xaml.MUXContractPropertyAttribute VersionAttribute Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute ContractVersionAttribute

字段

BottomToTop 3

从底部到顶部进行拉取以启动刷新。

LeftToRight 0

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

RightToLeft 2

从右到左拉来启动刷新。

TopToBottom 1

从上到下拉以启动刷新。

示例

提示

有关详细信息、设计指南和代码示例,请参阅 “拉取”以刷新

WinUI 3 库和 WinUI 2 库应用包括大多数 WinUI 3 和 WinUI 2 控件、特性和功能的交互式示例。

如果已安装,请单击以下链接将其打开:WinUI 3 库WinUI 2 库

如果未安装,可以从 Microsoft Store 下载 WinUI 3 库WinUI 2 库

还可以从 GitHub 获取这两种应用的源代码(对 WinUI 3 使用 main 分支,对 WinUI 2 使用 winui2 分支)。

注解

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

适用于

另请参阅