UIElement.visibility

Get visibility flag of the widget.

This is only the visibility of this widget. A widget might still be invisible, if one of its parent is not visible. To know that, use the isVisible() call.

  1. bool visibility()
    class UIElement
    nothrow @nogc final pure const
    bool
    visibility
    ()
  2. void visibility(bool visible)

Meta