AutomationOrientation Enum

Definition

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

Horizontal 1

The control is presented horizontally.

None 0

The control does not have an orientation.

Vertical 2

The control is presented vertically.

Applies to

See also