Search
DiagramView.TouchGestureDistance Property
See Also
 





Gets or sets max distance (pixels) at which touch-down events are considered part of same gesture.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public int TouchGestureDistance { get; set; }

Visual Basic  Copy Code

Public Property TouchGestureDistance As Integer

 Property Value

An integer value specifying max distance between touches in same gesture. The default is 400.

 See Also