Version

ZoomGestureEventArgs Class Members

The following tables list the members exposed by ZoomGestureEventArgs.

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