makeCellTransparent
layoutXL makeCellTransparent boolean { t | nil }
Description
Controls whether the made cell occurrence created in Layout XL is transparent.
GUI Equivalent
|
Create Pins ( |
Examples
envGetVal("layoutXL" "makeCellTransparent")
envSetVal("layoutXL" "makeCellTransparent" 'boolean t)
envSetVal("layoutXL" "makeCellTransparent" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top