AutomationFlowDirections Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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. |