RefreshPullDirection 枚举

定义

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

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

字段

BottomToTop 3

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

LeftToRight 0

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

RightToLeft 2

从右到左拉以启动刷新。

TopToBottom 1

从上到下拉以启动刷新。

示例

提示

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

WinUI 3 库应用包括大多数 WinUI 3 控件、特性和功能的交互式示例。 通过 Microsoft Store 获取应用,或在 GitHub 上获取源代码。

注解

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

适用于

另请参阅