magAnchorPosition
layout magAnchorPosition cyclic { "top left corner" | "top right corner" | "bottom left corner" | "bottom right corner" }
Description
Specifies where to position the magnifier with respect to the pointer position.
By default, the magnifier appears at the top left corner of the design display area with respect to the pointer.
GUI Equivalent
Examples
envGetVal("layout" "magAnchorPosition")
envSetVal("layout" "magAnchorPosition" 'cyclic "top right corner")
envSetVal("layout" "magAnchorPosition" 'cyclic "bottom left corner")
Related Topics
Return to top