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

 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

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