Class LocationBasedGestureArgs
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; }