Freigeben über


AutomationFlowDirections Enumeration

Definition

Definiert die Flussrichtung.

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
Vererbung
AutomationFlowDirections
Attribute

Felder

BottomToTop 2

Der Flow erfolgt von unten nach oben.

Default 0

Der Flow befindet sich in der Standardrichtung.

RightToLeft 1

Der Fluss erfolgt von rechts nach links.

Vertical 3

Der Flow ist vertikal.

Gilt für: