ScrollingAnchorRequestedEventArgs.AnchorElement 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 ou définit l’élément d’ancre sélectionné.
public:
property UIElement ^ AnchorElement { UIElement ^ get(); void set(UIElement ^ value); };
UIElement AnchorElement();
void AnchorElement(UIElement value);
public UIElement AnchorElement { get; set; }
var uIElement = scrollingAnchorRequestedEventArgs.anchorElement;
scrollingAnchorRequestedEventArgs.anchorElement = uIElement;
Public Property AnchorElement As UIElement
Valeur de propriété
Élément d’ancre sélectionné. Par défaut, il s’agit de null
.