WebSwipeArgs Class
Arguments that define additional behavior for the Swipe method.

C# Syntax

public class WebSwipeArgs : HP.LFT.SDK.Core.TimedGestureArgs 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Core.LocationBasedGestureArgs
      HP.LFT.SDK.Core.TimedGestureArgs
         HP.LFT.SDK.Web.WebSwipeArgs

Public Constructors
 NameDescription
Public ConstructorWebSwipeArgs ConstructorInitializes a new instance of the WebSwipeArgs class with default arguments (swipe 200 pixels from the center of the object in 0.25 seconds).  
Top
Public Properties
 NameDescription
Public PropertyDirectionThe direction to swipe. Possible values: HP.LFT.SDK.SwipeDirection.  
Public PropertyDistanceThe distance to swipe in pixels. Default value = 200 pixels.  
Public PropertyDurationThe time period (in seconds) of the swipe gesture. Default value = 0.25 (Inherited from HP.LFT.SDK.Core.TimedGestureArgs )
Public PropertyLocationThe location in which to perform the gesture. Possible values:Location . Default = center of the object. (Inherited from HP.LFT.SDK.Core.LocationBasedGestureArgs)
Top