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 affiché par ScrollViewer lorsque la vue se met 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é
Vue que le ScrollViewer affiche lorsque la vue est au repos après une manipulation panoramique/zoom.