Partager via


ViewItem.IsOffscreen, propriété

Obtient une valeur qui indique si l'élément est en dehors de l'écran.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : System.Boolean
true si l'élément n'est pas sur l'écran ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ViewItem Classe

Microsoft.Windows.Design.Interaction, espace de noms