PinchArgs Class
Arguments that define additional behavior for Pinch operations.

C# Syntax

public class PinchArgs 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Mobile.PinchArgs

Public Constructors
 NameDescription
Public ConstructorPinchArgs ConstructorInitializes a new instance of the PinchArgs class with default arguments (pinches the center of the object).  
Top
Public Properties
 NameDescription
Public PropertyGestureThe gesture class designed by the mobile application developer to handle this gesture on this object.  
Public PropertyLocationThe Location to perform the pinch operation.  
Public PropertyVelocityThe speed at which to perform the pinch operation.  
Top