Gets or sets a value indicating whether the object is visible. This is a dependency property.


public bool IsVisible {get; set;}
public:
property bool IsVisible {
bool get();
void set ( bool value);
}
'Declaration
Public Property IsVisible As Boolean
'Usage
Dim instance As AnnObject
Dim value As Boolean
instance.IsVisible = value
value = instance.IsVisible
Property Value
true if the object is visible, otherwise;
false.