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
C# Copy Code |
---|
public int TouchGestureInterval { get; set; } |
Visual Basic Copy Code |
---|
Public Property TouchGestureInterval As Integer |
An integer value specifying max milliseconds between touches in same gesture. The default is 2000.
WpfDiagram Programmer's Guide | © 2024 MindFusion |