Gets a value indicating whether this element is visible in the user interface (UI). This is a dependency property.
Syntax
'Declaration
Public ReadOnly Property IsVisible As Boolean
public bool IsVisible {get;}
Property Value
true if the element is visible; otherwise, false.
See Also