ATTR_LABEL_JUSTIFY (Tree Cell)
Type: | Tree Cell attribute |
Description: | The label justification of tree cell. |
Data Type: | integer |
Default Value: | VAL_CENTER_LEFT_JUSTIFIED |
LabWindows/CVI Compatibility: |
LabWindows/CVI 7.0 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. |