ViewItem.IsOffscreen-Eigenschaft

Ruft einen Wert ab, der angibt, ob das Element außerhalb des Bildschirms liegt.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property IsOffscreen As Boolean
    Get
public abstract bool IsOffscreen { get; }
public:
virtual property bool IsOffscreen {
    bool get () abstract;
}
abstract IsOffscreen : bool
abstract function get IsOffscreen () : boolean

Eigenschaftswert

Typ: System.Boolean
true, wenn das Element außerhalb des Bildschirms liegt, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ViewItem Klasse

Microsoft.Windows.Design.Interaction-Namespace