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(Windows.Foundation.UniversalApiContract, 65536)]
enum class AutomationOrientation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AutomationOrientation
Public Enum AutomationOrientation
Inheritance
AutomationOrientation
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

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