netNameDisplayUseShapeColor
graphic netNameDisplayUseShapeColor boolean { t | nil }
Description
Sets the font color for the net name label to that of the shape with which the label is associated.
The default is nil, which means that all the net name labels are drawn using the font color that is either specified using the netNameDisplayUserColor environment variable or selected from the Color – User color palette in the Net Name Display Options form.
GUI Equivalent
Examples
envGetVal("graphic" "netNameDisplayUseShapeColor")
envSetVal("graphic" "netNameDisplayUseShapeColor" 'boolean t)
Related Topics
Return to top