Table of Contents

Class LocationBasedGestureArgs

Namespace
HP.LFT.SDK.Core
Assembly
HP.LFT.SDK.dll

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

public class LocationBasedGestureArgs
Inheritance
LocationBasedGestureArgs
Derived
Inherited Members

Constructors

LocationBasedGestureArgs()

Initializes a new instance of the LocationBasedGestureArgs class with default arguments (from the center of the object).

protected LocationBasedGestureArgs()

Properties

Location

The location in which to perform the gesture. Possible values: Location. Default = center of the object.

public Location Location { get; set; }

Property Value

Location