Table of Contents

Class SwipeArgs

Arguments that define additional behavior for Swipe operations.

Inheritance
SwipeArgs
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public class SwipeArgs

Constructors

SwipeArgs()

Initializes a new instance of the SwipeArgs class with default arguments (swipe from the center of the object).

Declaration
public SwipeArgs()

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 perform the swipe.

Declaration
public Location Location { get; set; }
Property Value
Type Description
Location
Remarks

Default = center of the object