Version

PressAndHoldGestureEventArgs Class Properties

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

Public Properties
 NameDescription
Public PropertyEnablePanningReturns or sets a boolean value indicating whether the PanGesture event will be allowed to occur if the user changes position on the touch surface before losing contact.  
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 PropertyLocationReturns the location of the touch point at which this gesture occurred, expressed in client coordinates.  
Public PropertySendMouseDownReturns or sets a boolean value indicating whether the control's MouseDown event is raised immediately after execution returns from the firing of this event.  
Public PropertyShowIndicatorReturns or sets a boolean value indicating whether a PressAndHoldIndicatorUIElement is displayed while the press and hold gesture is in progress.  
Public PropertyTimeElapsedReturns the time elapsed, in milliseconds, since the user began the press and hold gesture, or zero if this event signifies the beginning of the gesture.  
See Also