Gets or sets a value indicating whether the control allows drawing multiple items simultaneously.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public bool MultiTouchDraw { get; set; } |
Visual Basic Copy Code |
---|
Public Property MultiTouchDraw As Boolean |
true to allow drawing multiple items simultaneously, or false otherwise. The default value is true.
NetDiagram Programmer's Guide | © 2023 MindFusion |