Gets or sets a value indicating whether the control allows drawing multiple items simultaneously.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
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.
See Also