RefreshVisualizerOrientation 열거형

정의

진행률 스피너의 시작 위치를 지정하는 RefreshVisualizer상수를 정의합니다.

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

진행률 회전자가 표준에서 시계 반대 방향으로 90도 회전합니다.

적용 대상