Table of Contents

Class TimedGestureArgs

Namespace
HP.LFT.SDK.Core
Assembly
HP.LFT.SDK.dll

Arguments that define additional behavior for all time-based gestures.

public class TimedGestureArgs : LocationBasedGestureArgs
Inheritance
TimedGestureArgs
Derived
Inherited Members

Constructors

TimedGestureArgs()

Initializes a new instance of the TimedGestureArgs class with default arguments (gesture duration of 0.25 seconds).

protected TimedGestureArgs()

Properties

Duration

The time period (in seconds) of the swipe gesture. Default value = 0.25

public double Duration { get; set; }

Property Value

double