WebLongPressArgs Class
Arguments that define additional behavior for the Long Press method.

C# Syntax

public class WebLongPressArgs : HP.LFT.SDK.Core.TimedGestureArgs 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Core.LocationBasedGestureArgs
      HP.LFT.SDK.Core.TimedGestureArgs
         HP.LFT.SDK.Web.WebLongPressArgs

Public Constructors
 NameDescription
Public ConstructorWebLongPressArgs ConstructorInitializes a new instance of the WebLongPressArgs class with default arguments (press at the center of the object for 1 second).  
Top
Public Properties
 NameDescription
Public PropertyDurationThe time period (in seconds) of the swipe gesture. Default value = 0.25 (Inherited from HP.LFT.SDK.Core.TimedGestureArgs )
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