MindFusion.Wpf Pack Programmer's Guide
DiagramView.EnableMultiTouch Property
See Also
 





Gets or sets whether the control handles touch events to implement multi-touch interactions.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool EnableMultiTouch { get; set; }

Visual Basic  Copy Code

Public Property EnableMultiTouch As Boolean

 Property Value

true to enable multi-touch interactions, or false otherwise.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace