ATTR_LABEL_JUSTIFY (Row)
| Type: | Row attribute |
| Description: | The label justification of the row. |
| 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. |