Table of Contents

Class WebSwipeArgs

Arguments that define additional behavior for the Swipe method.

Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class WebSwipeArgs : TimedGestureArgs

Constructors

WebSwipeArgs(SwipeDirection)

Initializes a new instance of the WebSwipeArgs class with default arguments (swipe 200 pixels from the center of the object in 0.25 seconds).

Declaration
public WebSwipeArgs(SwipeDirection direction)
Parameters
Type Name Description
SwipeDirection direction

The direction to swipe. Possible values: SwipeDirection.

Properties

Direction

The direction to swipe. Possible values: SwipeDirection.

Declaration
public SwipeDirection Direction { get; set; }
Property Value
Type Description
SwipeDirection

Distance

The distance to swipe in pixels. Default value = 200 pixels.

Declaration
public long Distance { get; set; }
Property Value
Type Description
long