HorizontalAlignment Property
Syntax
CWIMAQTextOptions.HorizontalAlignment
Data Type
CWIMAQHorizontalTextAlignments
You can use the following constants with this data type:
- cwimaqHorizontalTextAlignmentCenter—Indicates that the origin point is in the center of the text. In other words, half of the text appears to the left of the origin and half is to the right of the origin.
- cwimaqHorizontalTextAlignmentLeft—Indicates that the text appears to the left of the origin point.
- cwimaqHorizontalTextAlignmentRight—Indicates that the text appears to the right of the origin point.
Purpose
Horizontal alignment of the text. The default is cwimaqHorizontalTextAlignmentLeft.