rulerSnapMode
layout rulerSnapMode string { "orthogonal" | "diagonal" | "anyAngle" | "L90XFirst" | "L90YFirst" }
Description
Determines how the multi-segment ruler entry points snap to the grid. This environment variable takes effect when useRulerSnapModes is set to t.
GUI Equivalent
Examples
envGetVal("layout" "rulerSnapMode")
envSetVal("layout" "rulerSnapMode" 'string "diagonal")
envSetVal("layout" "rulerSnapMode" 'string "L90XFirst")
Related Topics
Return to top