RefreshVisualizerOrientation 枚举

定义

定义指定 RefreshVisualizer 进度微调器的起始位置的常量。

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

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

Windows 要求

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

字段

Auto 0

进度微调器会自动旋转,因此箭头从 PullDirection 的适当位置开始。

Normal 1

进度微调器默认位置。

Rotate270DegreesCounterclockwise 3

进度微调器从 Normal 逆时针旋转 270 度。

Rotate90DegreesCounterclockwise 2

进度微调器从 Normal 逆时针旋转 90 度。

适用于