HorizontalTextAlignmentEnum enumeration
Contains values for the HorizontalTextAlignment text attribute.
enum HorizontalTextAlignmentEnum {
HorizontalTextAlignment_Left,
HorizontalTextAlignment_Centered,
HorizontalTextAlignment_Right,
HorizontalTextAlignment_Justified
};
HorizontalTextAlignment_Left
Left alignment.HorizontalTextAlignment_Centered
Centered alignment.HorizontalTextAlignment_Right
Right alignment.HorizontalTextAlignment_Justified
Justified alignment.
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
UIAutomationCore.h (include UIAutomation.h) |