balloonTransparency
layout balloonTransparency int transparency
graphic balloonTransparency int transparency
Description
Determines the transparency of the balloon information box.
When set to 0, the box is completely transparent. When set to 100, objects behind the box are not visible.
GUI Equivalent
Examples
envGetVal("layout" "balloonTransparency")
envSetVal("layout" "balloonTransparency" 'int 70)
envGetVal("graphic" "balloonTransparency")
envSetVal("graphic" "balloonTransparency" 'int 25)
Related Topics
Return to top