Class TapArgs
Arguments that define additional behavior for Tap operations.
Inherited Members
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public class TapArgs
Constructors
TapArgs()
Initializes a new instance of the TapArgs class with default arguments (tap the center of the object once at one touch point).
Declaration
public TapArgs()
Properties
Gesture
The gesture class designed by the mobile application developer to handle this gesture on this object. (iOS Only)
Declaration
public string Gesture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Needed only if the application developer overrode the default iOS gesture class.
Location
The Location to tap.
Declaration
public Location Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Location |
Remarks
Default = center of the object
NumberOfTaps
The number of times to tap the object. (iOS Only)
Declaration
public int NumberOfTaps { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Remarks
Default = 1
NumberOfTouchPoints
The number of points to tap, similar to the number of fingers you would use for the gesture on a real device. (iOS Only)
Declaration
public int NumberOfTouchPoints { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Remarks
Default = 1