Search
DiagramView.multiTouchDraw Property
See Also
 






Gets or sets a value indicating whether the control allows drawing multiple items simultaneously.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

get multiTouchDraw() {}
set multiTouchDraw(value) {}

 Property Value

Boolean

true to allow drawing multiple items simultaneously, or false otherwise. The default value is true.

 See Also