AutomationFlowDirections Enum

Definition

Defines the direction of flow.

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
Inheritance
AutomationFlowDirections
Attributes

Fields

BottomToTop 2

Flow is from bottom to top.

Default 0

Flow is in the default direction.

RightToLeft 1

Flow is from right to left.

Vertical 3

Flow is vertical.

Applies to