TapArgs Class
Arguments that define additional behavior for Tap operations.

C# Syntax

public class TapArgs 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Mobile.TapArgs

Public Constructors
 NameDescription
Public ConstructorTapArgs ConstructorInitializes a new instance of the TapArgs class with default arguments (tap the center of the object once at one touch point).  
Top
Public Properties
 NameDescription
Public PropertyGestureThe gesture class designed by the mobile application developer to handle this gesture on this object. (iOS Only)  
Public PropertyLocationThe Location to tap.  
Public PropertyNumberOfTapsThe number of times to tap the object. (iOS Only)  
Public PropertyNumberOfTouchPointsThe number of points to tap, similar to the number of fingers you would use for the gesture on a real device. (iOS Only)  
Top