textJustificationOn
layout textJustificationOn boolean { t | nil }
graphic textJustificationOn boolean { t | nil }
Description
Determines whether the origins of labels are displayed. The origins appear as plus signs.
GUI Equivalent
Examples
envGetVal("layout" "textJustificationOn")
envSetVal("layout" "textJustificationOn" 'boolean nil)
envGetVal("graphic" "textJustificationOn")
envSetVal("graphic" "textJustificationOn" 'boolean nil)
Related Topics
Return to top