Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values for the HorizontalTextAlignment text attribute.
Syntax
enum HorizontalTextAlignmentEnum {
HorizontalTextAlignment_Left,
HorizontalTextAlignment_Centered,
HorizontalTextAlignment_Right,
HorizontalTextAlignment_Justified
};
Constants
HorizontalTextAlignment_Left
Left alignment.HorizontalTextAlignment_Centered
Centered alignment.HorizontalTextAlignment_Right
Right alignment.HorizontalTextAlignment_Justified
Justified alignment.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
UIAutomationCore.h (include UIAutomation.h) |