diShowAnnotations
constraint diShowAnnotations boolean { t | nil }
Description
Controls whether design intent annotations are visible on the canvas. The default is t.
GUI Equivalent
Design Intent Toolbar – Toggle Design Intent Annotation Visibility
Example
envGetVal("constraint" "diShowAnnotations")
envSetVal("constraint" "diShowAnnotations" 'boolean nil)
Related Topics
Return to top