The following tables list the members exposed by InteractivePinchDeltaEventArgs.
| Name | Description | |
|---|---|---|
![]()  | InteractivePinchDeltaEventArgs Constructor | Initializes a new InteractivePinchDeltaEventArgs | 
| Name | Description | |
|---|---|---|
![]()  | DistanceRatio | Gets or sets the difference in angle between the current and original positions. | 
![]()  | MouseButton | Gets or sets the mouse button that triggered this event. (Inherited from Leadtools.Controls.InteractiveEventArgs) | 
![]()  | NativeElementEvent | Gets or sets the native JavaScript event associated with this event. (Inherited from Leadtools.Controls.InteractiveEventArgs) | 
![]()  | Origin | Gets or sets the original mouse or touch position. (Inherited from Leadtools.Controls.InteractiveEventArgs) | 
![]()  | Origin2 | Gets or sets the position of the origin for the second touch. (Inherited from Leadtools.Controls.InteractiveMultiTouchEventArgs) | 
![]()  | Position | Gets or sets the current mouse or touch position. (Inherited from Leadtools.Controls.InteractiveEventArgs) | 
![]()  | Position2 | Gets or sets the current position of the second touch. (Inherited from Leadtools.Controls.InteractiveMultiTouchEventArgs) | 
![]()  | TotalAngleDelta | Gets or sets the difference in angle between the current and original positions. |