UIElement.visibility

Change visibility flag of the widget. This show and hide all children of this UIElement, regardless of their position on screen, invalidating their graphics if need be much like a position change.

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

Meta