IScrollControllerPanningInfo.PanningElementAncestor 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 un ancêtre d’un UIElement
qui peut être mis en panne avec le toucher du thread d’interface utilisateur, comme le ScrollPresenter
contenu de .
public:
property UIElement ^ PanningElementAncestor { UIElement ^ get(); };
UIElement PanningElementAncestor();
public UIElement PanningElementAncestor { get; }
var uIElement = iScrollControllerPanningInfo.panningElementAncestor;
Public ReadOnly Property PanningElementAncestor As UIElement
Valeur de propriété
Ancêtre d’un UIElement
qui peut être mis en panne avec touch off the UI-thread, le cas échéant ; ou null
.