AutomationOrientation
AutomationOrientation
AutomationOrientation
AutomationOrientation
Enum
Definition
Specifies the orientation direction in which a control can be presented. Values are used by GetOrientation.
public : enum class AutomationOrientationpublic enum AutomationOrientationPublic Enum AutomationOrientation// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Horizontal Horizontal Horizontal Horizontal | The control is presented horizontally. |
| None None None None | The control does not have an orientation. |
| Vertical Vertical Vertical Vertical | The control is presented vertically. |