ViewItem.IsVisible-Eigenschaft

Ruft einen Wert ab, der angibt, ob ein Element sichtbar ist.

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

Eigenschaftswert

Typ: System.Boolean
true, wenn das Element sichtbar ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ViewItem Klasse

Microsoft.Windows.Design.Interaction-Namespace