Table of Contents

Class LocationBasedGestureArgs

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

Inheritance
LocationBasedGestureArgs
Namespace: HP.LFT.SDK.Core
Assembly: HP.LFT.SDK.dll
Syntax
public class LocationBasedGestureArgs

Constructors

LocationBasedGestureArgs()

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

Declaration
protected LocationBasedGestureArgs()

Properties

Location

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

Declaration
public Location Location { get; set; }
Property Value
Type Description
Location