WebPanArgs Class
Arguments that define additional behavior for the Pan method.

C# Syntax

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

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

Public Constructors
 NameDescription
Public ConstructorWebPanArgs ConstructorInitializes a new instance of the WebPinchArgs class with default arguments (pans at the center of the object in 0.5 seconds).  
Top
Public Properties
 NameDescription
Public PropertyDeltaXThe distance moved on the x-axis, relative to the start point.  
Public PropertyDeltaYThe distance moved on the y-axis, relative to the start point.  
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