displaySchDashText
graphic displaySchDashText boolean { t | nil }
Description
Specifies how to display text or labels.
The default is nil, which means that the text or labels always display, even when the window is zoomed out. When set to t, text or labels are displayed as small lines when the schematic or symbol is zoomed out.
GUI Equivalent
Examples
envGetVal("graphic" "displaySchDashText")
envSetVal("graphic" "displaySchDashText" 'boolean t)
Related Topics
Return to top