displayStretchHandles
layout displayStretchHandles boolean { t | nil }
graphic displayStretchHandles boolean { t | nil }
Description
Specifies whether stretch handles are displayed for stretchable Pcells.
GUI Equivalent
Examples
envGetVal("layout" "displayStretchHandles")
envSetVal("layout" "displayStretchHandles" 'boolean nil)
envGetVal("graphic" "displayStretchHandles")
envSetVal("graphic" "displayStretchHandles" 'boolean nil)
Related Topics
Return to top