Share via


AutomationFlowDirections Enumeration

Definition

Definiert die Flussrichtung.

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

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

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: