Property FlingMinVelocity
FlingMinVelocity
Gets or sets the minimum velocity, in pixels per second, below which the fling animation stops.
public float FlingMinVelocity { get; set; }
Property Value
- float
The minimum fling velocity threshold in pixels per second. The default is
5.
Exceptions
- ArgumentOutOfRangeException
valueis negative.