Property FlingThreshold
FlingThreshold
Gets or sets the minimum velocity, in pixels per second, required for a pan gesture to be classified as a fling upon touch release.
public float FlingThreshold { get; set; }
Property Value
- float
The fling velocity threshold in pixels per second. The default is
200.
Exceptions
- ArgumentOutOfRangeException
valueis negative.