gravityDistance
layout gravityDistance string { "Small" | "Medium" | "Large" | "Very Large" }
Description
Specifies the snap distance between the pointer and an object. You can choose from Small, Medium, Large, or Very Large.
GUI Equivalent
Examples
envGetVal("layout" "gravityDistance")
envSetVal("layout" "gravityDistance" 'string "Small")
envSetVal("layout" "gravityDistance" 'string "Very Large")
Related Topics
Return to top