ScrollViewer.CurrentAnchor Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Élément d’ancre actuellement choisi à utiliser pour l’ancrage par défilement.
public:
property UIElement ^ CurrentAnchor { UIElement ^ get(); };
UIElement CurrentAnchor();
public UIElement CurrentAnchor { get; }
var uIElement = scrollViewer.currentAnchor;
Public ReadOnly Property CurrentAnchor As UIElement
Valeur de propriété
UIElement choisi le plus récemment pour l’ancrage de défilement après une passe de disposition, ou null.
Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|
Remarques
S’il n’y a aucun candidat d’ancrage inscrit auprès de ScrollViewer ou si aucun n’a été choisi, CurrentAnchor a la valeur Null.