Version

PressAndTapGestureEventArgs Class Properties

For a list of all members of this type, see PressAndTapGestureEventArgs 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.Touch.GestureEventArgs)
Public PropertyHorizontalDeltaReturns the horizontal delta for this event.  
Public PropertyPressLocationReturns the location of the pressed point for this gesture.  
Public PropertySendMouseDownReturns or sets a boolean value indicating whether the control's MouseDown event is raised in response to this event.  
Public PropertyTapLocationReturns the location of the tapped point for this gesture.  
Public PropertyVerticalDeltaReturns the vertical delta for this event.  
See Also