RefreshVisualizerOrientation 列挙型

定義

RefreshVisualizer の進行状況スピナーの開始位置を指定する定数を定義します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.RefreshVisualizerOrientation (Windows App SDKの WinUI の場合は、Windows App 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

進行状況スピナーは、標準から反時計回りに 270 度回転します。

Rotate90DegreesCounterclockwise 2

進行状況スピナーは、標準から反時計回りに 90 度回転します。

適用対象