Version

ZoomGestureEventArgs Class Properties

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

Public Properties
 NameDescription
Public PropertyCenterReturns the location of the point which lies midway between the two contact points for this gesture.  
Public PropertyDistanceReturns the distance between the gesture's contact points for this event, expressed in pixels.  
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 PropertyOriginReturns the original contact point with the surface. Can be used to determine if the gesture was zoom or pinch.  
See Also