slotEnable
layout slotEnable boolean { t | nil }
graphic slotEnable boolean { t | nil }
Description
Overlaps the shape to slot with another shape that is displayed like a hole in the shape.
GUI Equivalent
Examples
envGetVal("layout" "slotEnable")
envSetVal("layout" "slotEnable" 'boolean t)
envGetVal("graphic" "slotEnable")
envSetVal("graphic" "slotEnable" 'boolean t)
Related Topics
Return to top