Raised when touch point movement is detected during a pinch gesture on the UIElement. A pinch gesture consists of 2 fingers moving on the UIElement.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public event EventHandler<PinchGestureEventArgs> PinchDelta
Visual Basic
Public Event PinchDelta As EventHandler(Of PinchGestureEventArgs)
Visual C++
public:
 event EventHandler<PinchGestureEventArgs^>^ PinchDelta {
	void add (EventHandler<PinchGestureEventArgs^>^ value);
	void remove (EventHandler<PinchGestureEventArgs^>^ value);
}

See Also