Shiny Language Reference
Language Reference > Panel Functions
setpanelbgtransp
setpanelbgtransp(bool IsTransparent);
Sets the background transparency of the display panel
SETPANELBGTRANSP immediately makes the background colour of the display panel transparent. If a background image is being used, this setting only affects the visible parts of the background (if any)
Parameters
IsTransparent
TRUE if the background should be transparent, otherwise FALSE.
Return Value
None
Example Code
// Set the panel bg transparent
setpanelbgtransp(True);