Version

PressAndTapGestureEventArgs Class Members

The following tables list the members exposed by PressAndTapGestureEventArgs.

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.  
Public Methods
 NameDescription
Public MethodToStringReturns the string representation of this instance.  
See Also