Search
DiagramView.EnableMultiTouch Property
See Also
 





Gets or sets a value indicating whether the control handles DOM pointer events to implement multi-touch interactions, such as zooming, node rotation or simultaneous drawing of multiple diagram items.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public bool EnableMultiTouch { get; set; }

Visual Basic  Copy Code

Public Property EnableMultiTouch As Boolean

 Property Value

 See Also