Search
DiagramView.TouchGestureInterval Property
See Also
 





Gets or sets max time interval (milliseconds) in which touch-down events are considered part of same gesture.

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

 Syntax

C#  Copy Code

public int TouchGestureInterval { get; set; }

Visual Basic  Copy Code

Public Property TouchGestureInterval As Integer

 Property Value

An integer value specifying max milliseconds between touches in same gesture. The default is 2000.

 See Also