Class PanArgs
Arguments that define additional behavior for Pan operations.
Inherited Members
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public class PanArgs
Constructors
PanArgs()
Initializes a new instance of the PanArgs class with default arguments.
Declaration
public PanArgs()
Properties
Gesture
The gesture class designed by the mobile application developer to handle this gesture on this object.
Declaration
public string Gesture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Needed only if the application developer overrode the default gesture class.
Velocity
The velocity of the pan operation. (iOS Only)
Declaration
public double? Velocity { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Remarks
The velocity must be positive.