PanArgs Class
Arguments that define additional behavior for Pan operations.

C# Syntax

public class PanArgs 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Mobile.PanArgs

Public Constructors
 NameDescription
Public ConstructorPanArgs ConstructorInitializes a new instance of the PanArgs class with default arguments.  
Top
Public Properties
 NameDescription
Public PropertyGestureThe gesture class designed by the mobile application developer to handle this gesture on this object.
Public PropertyVelocityThe velocity of the pan operation. (iOS only)  
Top