Table of Contents

Class WebSwipeArgs

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

Arguments that define additional behavior for the Swipe method.

public class WebSwipeArgs : TimedGestureArgs
Inheritance
WebSwipeArgs
Inherited Members

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).

public WebSwipeArgs(SwipeDirection direction)

Parameters

direction SwipeDirection

The direction to swipe. Possible values: SwipeDirection.

Properties

Direction

The direction to swipe. Possible values: SwipeDirection.

public SwipeDirection Direction { get; set; }

Property Value

SwipeDirection

Distance

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

public long Distance { get; set; }

Property Value

long