AutomationFlowDirections 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義流程的方向。
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 | Flow 由右至左。 |
Vertical | 3 | 流程是垂直的。 |