Search
ShapeToolBar.AllowDrag Property
See Also
 





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

 Syntax

C#  Copy Code

public bool AllowDrag { get; set; }

Visual Basic  Copy Code

Public Property AllowDrag As Boolean

 Property Value

true to allow dragging shapes, otherwise false. The default is false.

 See Also