Admin Production ni-theme
Current Publication

ATTR_LABEL_JUSTIFY

LabWindows/CVI

ATTR_LABEL_JUSTIFY (Tree Item)

Type: Tree Item attribute
Description: The label justification of tree item.

Using this in SetTreeItemAttribute or GetTreeItemAttribute is equivalent to using it in SetTreeCellAttribute or GetTreeCellAttribute if you pass zero for the column index.
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.