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
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.