Table of Contents

Class WebDoubleClickArgs

Arguments that define additional behavior for the DoubleClick method.

Inheritance
WebDoubleClickArgs
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class WebDoubleClickArgs : LocationBasedGestureArgs

Constructors

WebDoubleClickArgs()

Initializes a new instance of the WebDoubleClickArgs class with default arguments (double click at the center of the object, 0.2 seconds apart).

Declaration
public WebDoubleClickArgs()

Properties

Interval

The number of seconds between the two clicks. Default = 0.2.

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