highlightPotentialSwap
layoutXL highlightPotentialSwap boolean { t | nil }
Description
Highlights the instances that are selected for swapping. The default value is t.
By default, the selected instances are highlighted in yellow. Use the highlightPotentialSwapColor environment variable to change the highlight color.
GUI Equivalent
Examples
envGetVal("layoutXL" "highlightPotentialSwap")
envSetVal("layoutXL" "highlightPotentialSwap" 'boolean t)
envSetVal("layoutXL" "highlightPotentialSwap" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top