HorizontalTextAlignmentEnum Enumerated Type
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