selectObjectLargerThanWindow
graphic selectObjectLargerThanWindow boolean { t | nil }
Description
Controls whether or not you can select an object when its size is greater than the size of the design canvas in which it is displayed.
GUI Equivalent
Examples
envGetVal("graphic" "selectObjectLargerThanWindow")
envSetVal("graphic" "selectObjectLargerThanWindow" 'boolean nil)
Related Topics
Return to top