drawDottedGridOn
layout drawDottedGridOn boolean { t | nil }
graphic drawDottedGridOn boolean { t | nil }
Description
Determines whether the grid is displayed as dots or lines, when drawGridOn is set to t.
GUI Equivalent
Examples
envGetVal("layout" "drawDottedGridOn")
envSetVal("layout" "drawDottedGridOn" 'boolean nil)
envGetVal("graphic" "drawDottedGridOn")
envSetVal("graphic" "drawDottedGridOn" 'boolean nil)
Related Topics
Return to top