targetLineStyle
layout targetLineStyle string "lineStyle"
Description
Controls the style of the snap target highlight while creating a ruler.
Line style options include dashed, dots, dashDot, shortDash, doubleDash, thickLine, and thickDash.
GUI Equivalent
Examples
envGetVal("layout" "targetLineStyle")
envSetVal("layout" "targetLineStyle" 'string "dashed")
envSetVal("layout" "targetLineStyle" 'string "solid")
Related Topics
Return to top