ATTR_CELL_JUSTIFY (Control)
Type: | Control attribute |
Description: | When ATTR_TABLE_MODE is set to VAL_GRID, determines the default justification of the table cell. |
Control Types: | Tables. |
Data Type: | integer |
Default Value: | VAL_CENTER_CENTER_JUSTIFIED |
LabWindows/CVI Compatibility: |
LabWindows/CVI 5.5 and later |
Values
VAL_TOP_LEFT_JUSTIFIED | Justify text to the top left. |
VAL_TOP_RIGHT_JUSTIFIED | Justify text to the top right. |
VAL_TOP_CENTER_JUSTIFIED | Justify text to the top center. |
VAL_BOTTOM_LEFT_JUSTIFIED | Justify text to the bottom left. |
VAL_BOTTOM_RIGHT_JUSTIFIED | Justify text to the bottom right. |
VAL_BOTTOM_CENTER_JUSTIFIED | Justify text to the bottom center. |
VAL_CENTER_LEFT_JUSTIFIED | Justify text to the center left. |
VAL_CENTER_RIGHT_JUSTIFIED | Justify text to the center right. |
VAL_CENTER_CENTER_JUSTIFIED | Justify text to the center. |