RefreshVisualizerOrientation 枚举

定义

定义指定 RefreshVisualizer 方向的常量。

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

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

字段

Auto 0
Normal 1
Rotate270DegreesCounterclockwise 3
Rotate90DegreesCounterclockwise 2

适用于