Table of Contents

Class PanArgs

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

Arguments that define additional behavior for Pan operations.

public class PanArgs
Inheritance
PanArgs
Inherited Members

Constructors

PanArgs()

Initializes a new instance of the PanArgs class with default arguments.

public PanArgs()

Properties

Gesture

The gesture class designed by the mobile application developer to handle this gesture on this object.

public string Gesture { get; set; }

Property Value

string

Remarks

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

Velocity

The velocity of the pan operation. (iOS Only)

public double? Velocity { get; set; }

Property Value

double?

Remarks

The velocity must be positive.