Search
DiagramView.MultiTouchDraw Property
See Also
 





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

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public bool MultiTouchDraw { get; set; }

Visual Basic  Copy Code

Public Property MultiTouchDraw As Boolean

 Property Value

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

 See Also