Table of Contents

Property MinSwipeDistance

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

MinSwipeDistance

Gets or sets the minimum swipe distance required to recognize a swipe gesture.

public float? MinSwipeDistance { get; set; }

Property Value

float?

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.