C# Syntax
public class WebLongPressArgs : HP.LFT.SDK.Core.TimedGestureArgs
System.Object
HP.LFT.SDK.Core.LocationBasedGestureArgs
HP.LFT.SDK.Core.TimedGestureArgs
HP.LFT.SDK.Web.WebLongPressArgs
Name | Description | |
---|---|---|
![]() | WebLongPressArgs Constructor | Initializes a new instance of the WebLongPressArgs class with default arguments (press at the center of the object for 1 second). |
Name | Description | |
---|---|---|
![]() | Duration | The time period (in seconds) of the swipe gesture. Default value = 0.25 (Inherited from HP.LFT.SDK.Core.TimedGestureArgs ) |
![]() | Location | The location in which to perform the gesture. Possible values:Location . Default = center of the object. (Inherited from HP.LFT.SDK.Core.LocationBasedGestureArgs) |