Share via


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

フローは垂直です。

適用対象