Share via


AutomationFlowDirections 列挙型

定義

フローの方向を定義します。

public enum class AutomationFlowDirections
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AutomationFlowDirections
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationFlowDirections
Public Enum AutomationFlowDirections
継承
AutomationFlowDirections
属性

フィールド

BottomToTop 2

フローは下から上に向かって行われます。

Default 0

フローは既定の方向です。

RightToLeft 1

フローは右から左へ。

Vertical 3

フローは垂直です。

適用対象