dotsOn
layout dotsOn boolean { t | nil }
graphic dotsOn boolean { t | nil }
Description
Determines whether to display diamond for dot shapes and markers at via origins in the cellview. Enabling dotsOn can affect the redraw performance.
GUI Equivalent
Examples
envGetVal("layout" "dotsOn")
envSetVal("layout" "dotsOn" 'boolean nil)
envGetVal("graphic" "dotsOn")
envSetVal("graphic" "dotsOn" 'boolean nil)
Related Topics
Return to top