netNameDisplayDrawBackground
graphic netNameDisplayDrawBackground boolean { t | nil }
Description
Displays net name labels with a black background.
The default is t. When set to nil, net name labels are displayed without a background.
GUI Equivalent
Examples
envGetVal("graphic" "netNameDisplayDrawBackground")
envSetVal("graphic" "netNameDisplayDrawBackground" 'boolean nil)
Related Topics
Return to top