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

C# Syntax

public class LocationBasedGestureArgs 
Inheritance Hierarchy

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

Protected Constructors
 NameDescription
Protected ConstructorLocationBasedGestureArgs ConstructorInitializes a new instance of the LocationBasedGestureArgs class with default arguments (from the center of the object).  
Top
Public Properties
 NameDescription
Public PropertyLocationThe location in which to perform the gesture. Possible values: Location. Default = center of the object.  
Top