Version

PanGestureEventArgs Class Members

The following tables list the members exposed by PanGestureEventArgs.

Public Properties
 NameDescription
Public PropertyGestureOverridden. Returns a constant identifying the gesture which triggered this event.  
Public PropertyHandledReturns or sets a boolean value indicating whether the event has been handled. (Inherited from Infragistics.Win.Touch.GestureEventArgs)
Public PropertyHorizontalInertiaReturns a vector which describes the horizontal inertia for this event.  
Public PropertyIsInertialReturns a boolean value indicating whether this event was triggered by inertia.  
Public PropertyLocationReturns the location of the contact point at the time this event was fired.  
Public PropertyVerticalInertiaReturns a vector which describes the vertical inertia for this event.  
Public Methods
 NameDescription
Public MethodToStringReturns the string representation of this instance.  
See Also