Thrown when the user is in the process of zooming with the Touch interface.
The event handler receives an argument of type ZoomGestureOccurringEventArgs containing data related to this event. The following ZoomGestureOccurringEventArgs properties provide information specific to this event.
Property | Description |
---|
ZoomCenterPoint | Gets the center of the fingers during zooming with the touch interface. |
ZoomCoefficientSinceLastEventFiring | Gets the zoom coefficient since the last ZoomGestureOccurring event firing during zooming with the touch interface. |