Share via


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

See Also

Reference

ViewItem Class

Microsoft.Windows.Design.Interaction Namespace