Contains event data related to the PinchStarted, PinchDelta and PinchCompleted gestures.

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

Syntax

C#
public class PinchGestureEventArgs : DualGestureEventArgs
Visual Basic
Public Class PinchGestureEventArgs _
	Inherits DualGestureEventArgs
Visual C++
public ref class PinchGestureEventArgs : public DualGestureEventArgs

Inheritance Hierarchy

See Also