The event args used by the PinchStarted event.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public class C1PinchStartedGestureEventArgs : C1MultiTouchGestureEventArgs
Visual Basic
Public Class C1PinchStartedGestureEventArgs _
	Inherits C1MultiTouchGestureEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.WPF..::..C1GestureEventArgs
      C1.WPF..::..C1MultiTouchGestureEventArgs
        C1.WPF..::..C1PinchStartedGestureEventArgs

See Also