AutomationOrientation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the orientation direction in which a control can be presented. Values are used by GetOrientation.
public enum class AutomationOrientation
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AutomationOrientation
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationOrientation
Public Enum AutomationOrientation
- Inheritance
-
AutomationOrientation
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The control does not have an orientation. |
Horizontal | 1 | The control is presented horizontally. |
Vertical | 2 | The control is presented vertically. |