OrientationType enumeration (uiautomationcore.h)
Contains values that specify the orientation of a control.
Syntax
typedef enum OrientationType {
OrientationType_None = 0,
OrientationType_Horizontal = 1,
OrientationType_Vertical = 2
} ;
Constants
OrientationType_NoneValue: 0 The control has no orientation. |
OrientationType_HorizontalValue: 1 The control has horizontal orientation. |
OrientationType_VerticalValue: 2 The control has vertical orientation. |
Requirements
| Minimum supported client | Windows XP [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
| Header | uiautomationcore.h (include UIAutomation.h) |