Property MinSwipeDistance
MinSwipeDistance
Gets or sets the minimum swipe distance required to recognize a swipe gesture.
public float? MinSwipeDistance { get; set; }
Property Value
Remarks
Set this property to define the threshold distance, in device-independent units, that a user's gesture must exceed to be considered a swipe. If set to null, the DefaultMinSwipeDistance is used.