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

C# Syntax

public class TimedGestureArgs : LocationBasedGestureArgs 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Core.LocationBasedGestureArgs
      HP.LFT.SDK.Core.TimedGestureArgs
         HP.LFT.SDK.Web.WebLongPressArgs
         HP.LFT.SDK.Web.WebPanArgs
         HP.LFT.SDK.Web.WebPinchArgs
         HP.LFT.SDK.Web.WebSwipeArgs

Protected Constructors
 NameDescription
Protected ConstructorTimedGestureArgs ConstructorInitializes a new instance of the TimedGestureArgs class with default arguments (gesture duration of 0.25 seconds).  
Top
Public Properties
 NameDescription
Public PropertyDurationThe time period (in seconds) of the swipe gesture. Default value = 0.25  
Public PropertyLocationThe location in which to perform the gesture. Possible values:Location . Default = center of the object. (Inherited from HP.LFT.SDK.Core.LocationBasedGestureArgs)
Top