Visual Basic
C#
Managed Extensions for C++
C++/CLI
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. |