Gets or sets a value indicating whether dragging shapes from the toolbar to a DiagramView is enabled.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public bool AllowDrag { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowDrag As Boolean |
true to allow dragging shapes, otherwise false. The default is false.
See Also