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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.