Class TimedGestureArgs
Arguments that define additional behavior for all time-based gestures.
public class TimedGestureArgs : LocationBasedGestureArgs
- Inheritance
-
TimedGestureArgs
- Derived
- Inherited Members
Constructors
TimedGestureArgs()
Initializes a new instance of the TimedGestureArgs class with default arguments (gesture duration of 0.25 seconds).
protected TimedGestureArgs()
Properties
Duration
The time period (in seconds) of the swipe gesture. Default value = 0.25
public double Duration { get; set; }