ScrollViewer.CurrentAnchor Propriété

Définition

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

S’applique à

Voir aussi