MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace
TouchGestureDistance Property
EnableMultiTouch Property