CWAlignments Enumeration

Measurement Studio User Interface

CWAlignments Enumeration

CWAlignments are the constants for the CWNumEdit.Alignment and CWCaption.Alignment properties. The CWNumEdit.Alignment property currently uses only cwuiCenter, cwuiLeftJustify, and cwuiRightJustify.

You can use the following constants with this data type:

  • cwuiBottomCenter–Bottom-center align.
  • cwuiBottomLeft–Bottom-left align.
  • cwuiBottomRight–Bottom-right align.
  • cwuiCenter–Center.
  • cwuiLeftJustify–Left align.
  • cwuiRightJustify–Right align.
  • cwuiTopCenter–Top-center align.
  • cwuiTopLeft–Top-left align.
  • cwuiTopRight–Top-right align.