Version 24.2 (latest)

PanGestureEventArgs Class Properties

For a list of all members of this type, see PanGestureEventArgs members.

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.DataVisualization.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.  
See Also