magConfined
layout magConfined boolean { t | nil }
Description
Keeps the magnifier within the design display area and always displays it completely.
The default is t. When set to nil, the magnifier might not be visible completely if it is close to the edge of the design display canvas.
GUI Equivalent
Examples
envGetVal("layout" "magConfined")
envSetVal("layout" "magConfined" 'boolean nil)
Related Topics
Return to top