Property DoubleTapSlop
DoubleTapSlop
Gets or sets the maximum distance, in pixels, between two taps for them to be recognized as a double-tap gesture.
public float DoubleTapSlop { get; set; }
Property Value
- float
The double-tap slop distance in pixels. The default is
40.
Exceptions
- ArgumentOutOfRangeException
valueis negative.