netTracerHaloStyleThick
layoutXL netTracerHaloStyleThick boolean { t | nil }
Description
Controls whether a halo created around shapes and pins is displayed with a thick width to make the halo more prominent.
GUI Equivalent
|
Thick width (Net Tracer Options Form) |
Examples
envGetVal("layoutXL" "netTracerHaloStyleThick")
envSetVal("layoutXL" "netTracerHaloStyleThick" 'boolean t)
envSetVal("layoutXL" "netTracerHaloStyleThick" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top