labelJustify
layout labelJustify cyclic { "lowerLeft" | "centerLeft" | "upperLeft" | "lowerCenter" | "centerCenter" | "upperCenter" | "lowerRight" | "centerRight" | "upperRight" }
Description
Specifies the default justification of a label with respect to its origin.
GUI Equivalent
Examples
envGetVal("layout" "labelJustify")
envSetVal("layout" "labelJustify" 'cyclic "lowerLeft")
envSetVal("layout" "labelJustify" 'cyclic "centerRight")
Related Topics
Return to top