Table of Contents

Class TapArgs

Namespace
HP.LFT.SDK.Mobile
Assembly
HP.LFT.SDK.dll

Arguments that define additional behavior for Tap operations.

public class TapArgs
Inheritance
TapArgs
Inherited Members

Constructors

TapArgs()

Initializes a new instance of the TapArgs class with default arguments (tap the center of the object once at one touch point).

public TapArgs()

Properties

Gesture

The gesture class designed by the mobile application developer to handle this gesture on this object. (iOS Only)

public string Gesture { get; set; }

Property Value

string

Remarks

Needed only if the application developer overrode the default iOS gesture class.

Location

The Location to tap.

public Location Location { get; set; }

Property Value

Location

Remarks

Default = center of the object

NumberOfTaps

The number of times to tap the object. (iOS Only)

public int NumberOfTaps { get; set; }

Property Value

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)

public int NumberOfTouchPoints { get; set; }

Property Value

int

Remarks

Default = 1