A base class for gesture event args that manage 2 touch points.

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

Syntax

C#
public abstract class DualGestureEventArgs : MovingGestureEventArgs
Visual Basic
Public MustInherit Class DualGestureEventArgs _
	Inherits MovingGestureEventArgs
Visual C++
public ref class DualGestureEventArgs abstract : public MovingGestureEventArgs

Inheritance Hierarchy

See Also