Table of Contents

Property MinDragStartDistance

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

MinDragStartDistance

Gets or sets minimal mouse drag distance which starts drag operations.

public static float MinDragStartDistance { get; set; }

Property Value

float

Remarks

Distance calculated between current mouse pointer cordinates and coordinates in the moment when MouseDown event was fired. If distance is greater than MinDragStartDistance, drag operation can be started.