SwipeArgs Class
Arguments that define additional behavior for Swipe operations.

C# Syntax

public class SwipeArgs 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Mobile.SwipeArgs

Public Constructors
 NameDescription
Public ConstructorSwipeArgs ConstructorInitializes a new instance of the SwipeArgs class with default arguments (swipe from the center of the object).  
Top
Public Properties
 NameDescription
Public PropertyGestureThe gesture class designed by the mobile application developer to handle this gesture on this object. (iOS Only)  
Public PropertyLocationThe Location to perform the swipe.  
Top