ScrollViewerViewChangingEventArgs.FinalView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the view that the ScrollViewer will show when the view comes to rest after a pan/zoom manipulation.
public:
property ScrollViewerView ^ FinalView { ScrollViewerView ^ get(); };
ScrollViewerView FinalView();
public ScrollViewerView FinalView { get; }
var scrollViewerView = scrollViewerViewChangingEventArgs.finalView;
Public ReadOnly Property FinalView As ScrollViewerView
Property Value
The view that the ScrollViewer will show when the view comes to rest after a pan/zoom manipulation.