magDisplayMode
layout magDisplayMode cyclic { "Anchored at Cursor Position" | "Anchored at" | "Not Anchored" }
Description
Specifies the type of anchoring to use for the magnifier.
GUI Equivalent
Examples
envGetVal("layout" "magDisplayMode")
envSetVal("layout" "magDisplayMode" 'cyclic "Anchored at Cursor Position")
envSetVal("layout" "magDisplayMode" 'cyclic "Anchored at")
Related Topics
Return to top