CWIMAQVerticalTextAlignments Enumeration

NI Vision for Visual Basic

CWIMAQVerticalTextAlignments Enumeration

CWIMAQVerticalTextAlignments are the constants used to specify where the origin of the text is in relation to the baseline of the text.

You can use the following constants with this data type:

  • cwimaqVerticalTextAlignmentBaseline—Indicates that the origin point is on the baseline.
  • cwimaqVerticalTextAlignmentBottom—Indicates that the origin point is below the baseline (i.e. the text is above the origin).
  • cwimaqVerticalTextAlignmentTop—Indicates that the origin point is above the baseline (i.e. the text is below the origin).

See Also

CWIMAQTextOptions