ScrollView.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.
Obtient le dernier choisi UIElement
pour l’ancrage du défilement après un passage de disposition, le cas échéant.
public:
property UIElement ^ CurrentAnchor { UIElement ^ get(); };
UIElement CurrentAnchor();
public UIElement CurrentAnchor { get; }
var uIElement = scrollView.currentAnchor;
Public ReadOnly Property CurrentAnchor As UIElement
Valeur de propriété
Le dernier choisi UIElement
pour l’ancrage par défilement après une mise en page, le cas échéant ; sinon, null
.