UIElement._visible

If _visible is false, neither the Element nor its children are drawn.

class UIElement
protected nothrow @nogc
bool _visible;

Meta