AutomationFlowDirections 열거형

정의

흐름 방향을 정의합니다.

public enum class AutomationFlowDirections
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationFlowDirections
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationFlowDirections
Public Enum AutomationFlowDirections
상속
AutomationFlowDirections
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

필드

BottomToTop 2

흐름은 아래에서 위로입니다.

Default 0

흐름은 기본 방향입니다.

RightToLeft 1

흐름은 오른쪽에서 왼쪽으로 입니다.

Vertical 3

흐름은 세로입니다.

적용 대상