MAUI Pack Programmer's Guide
DiagramView.MultiTouchDraw Property
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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

DiagramView Members
DiagramView Class
MindFusion.Diagramming Namespace
MultiTouchModify Property
MultiTouchZoom Property