Напомена
Приступ овој страници захтева ауторизацију. Можете покушати да се пријавите или промените директоријуме.
Приступ овој страници захтева ауторизацију. Можете покушати да промените директоријуме.
Contains values that specify the orientation of a control.
Syntax
typedef enum OrientationType {
OrientationType_None = 0,
OrientationType_Horizontal = 1,
OrientationType_Vertical = 2
} ;
Constants
OrientationType_None Value: 0 The control has no orientation. |
OrientationType_Horizontal Value: 1 The control has horizontal orientation. |
OrientationType_Vertical Value: 2 The control has vertical orientation. |
Requirements
Requirement | Value |
---|---|
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) |