ViewItem.IsVisible Property
Gets a value that indicates whether an element is visible.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property IsVisible As Boolean
Get
public abstract bool IsVisible { get; }
public:
virtual property bool IsVisible {
bool get () abstract;
}
abstract IsVisible : bool
abstract function get IsVisible () : boolean
Property Value
Type: System.Boolean
true if the element is visible; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.