Table of Contents

Class TimedGestureArgs

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

Namespace: HP.LFT.SDK.Core
Assembly: HP.LFT.SDK.dll
Syntax
public class TimedGestureArgs : LocationBasedGestureArgs

Constructors

TimedGestureArgs()

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

Declaration
protected TimedGestureArgs()

Properties

Duration

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

Declaration
public double Duration { get; set; }
Property Value
Type Description
double