ScrollViewerViewChangingEventArgs.FinalView 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 l’affichage que ScrollViewer affiche lorsque l’affichage est au repos après une manipulation panoramique/zoom.
public:
property ScrollViewerView ^ FinalView { ScrollViewerView ^ get(); };
ScrollViewerView FinalView();
public ScrollViewerView FinalView { get; }
var scrollViewerView = scrollViewerViewChangingEventArgs.finalView;
Public ReadOnly Property FinalView As ScrollViewerView
Valeur de propriété
Affichage affiché par ScrollViewer lorsque l’affichage sera au repos après une manipulation panoramique/zoom.