Search
ShapeListBox.DefaultNodeSize Property
See Also
 





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

 Syntax

C#  Copy Code

public SizeF DefaultNodeSize { get; set; }

Visual Basic  Copy Code

Public Property DefaultNodeSize As SizeF

 Property Value

An instance of the .NET SizeF structure. The default is 20x20.

 Remarks

You must enable the DiagramView.AllowDrop property in order to let users create shapes by drag-and-drop from the list box.

 See Also