smartSnap
layout.wspMgr smartSnap 'boolean { t | nil }
Description
Specifies whether edges of the search box are snapped to objects in the canvas when the search box is drawn. The default value is nil.
GUI Equivalent
Examples
envGetVal("layout.wspMgr" "smartSnap")
envSetVal("layout.wspMgr" "smartSnap" 'boolean t)
Return to top