C# Syntax
public class WebPanArgs : HP.LFT.SDK.Core.TimedGestureArgs
System.Object
HP.LFT.SDK.Core.LocationBasedGestureArgs
HP.LFT.SDK.Core.TimedGestureArgs
HP.LFT.SDK.Web.WebPanArgs
Name | Description | |
---|---|---|
![]() | WebPanArgs Constructor | Initializes a new instance of the WebPinchArgs class with default arguments (pans at the center of the object in 0.5 seconds). |
Name | Description | |
---|---|---|
![]() | DeltaX | The distance moved on the x-axis, relative to the start point. |
![]() | DeltaY | The distance moved on the y-axis, relative to the start point. |
![]() | 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) |