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 horizontal-alignment text attribute.
Syntax
typedef enum { HorizontalTextAlignment_Left, HorizontalTextAlignment_Centered, HorizontalTextAlignment_Right, HorizontalTextAlignment_Justified } HorizontalTextAlignmentEnum;
Constants
HorizontalTextAlignment_Left
Left alignment.HorizontalTextAlignment_Centered
Centered alignment.HorizontalTextAlignment_Right
Right alignment.HorizontalTextAlignment_Justified
Justified alignment.
Enumerated Type Information
Header uiautomationcore.h Minimum operating systems Windows XP
See Also