property translucent

(r/w) bool translucent;

Typ

Zugriff

This property sets and gets the flag that determines whether or not this window supports translucency.
var wndBox = scene.rootBox;
if (wndBox)
{
    wndBox.translucent = false;
}