Gets or sets the size of the shapes that are created by dragging list box items to the diagram.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
C# Copy Code |
---|
public SizeF DefaultNodeSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property DefaultNodeSize As SizeF |
An instance of the .NET SizeF structure. The default is 20x20.
You must enable the DiagramView.AllowDrop property in order to let users create shapes by drag-and-drop from the list box.