Simulates a double-tap-and-zoom gesture (common iOS/Android pattern).
public void DoubleTapZoom(Interactive target, Point position, double zoomScale = 2, int steps = 10)
The target control to receive the event.
Position of the gesture.
Zoom scale factor.
Animation steps.