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

Flow 从右到左。

Vertical 3

流是垂直的。

适用于