netTracerHaloForShapes
layoutXL netTracerHaloForShapes boolean { t | nil }
Description
Controls whether a halo is displayed only around visible shapes.
The default is nil, which displays a halo around all the shapes on a trace, even if the shapes are not visible in the canvas.
GUI Equivalent
|
Visible shapes only (Net Tracer Options Form) |
Examples
envGetVal("layoutXL" "netTracerHaloForShapes")
envSetVal("layoutXL" "netTracerHaloForShapes" 'boolean t)
envSetVal("layoutXL" "netTracerHaloForShapes" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top