Thrown when the user has finished zooming with the Touch interface.
The event handler receives an argument of type ZoomGestureOccurredEventArgs containing data related to this event. The following ZoomGestureOccurredEventArgs properties provide information specific to this event.
Property | Description |
---|
TotalZoomCoefficient | Gets the total zoom coefficient since the beginning of the zoom gesture with the touch interface. |
ZoomCenterPoint | Gets the center of the fingers during zooming with the touch interface. |