Table of Contents
IsVisible Property

Gets a value indicating whether the element is visible.

Syntax
 public Boolean IsVisible { get; }
Remarks

An element is invisible if it is not displayed at all (for example, with CSS "display:none" attribute) or being completely obscured by another non-transparent element.

See Also