UIElement.isVisible

A widget is "visible" when it has a true visibility flag, and its parent is itself visible.

class UIElement
public nothrow @nogc final pure const
bool
isVisible
()

Return Value

Type: bool

Last computed visibility status.

Meta