Search
NodeListView.DefaultNodeSize Property
See Also
 





Gets or sets the size of the nodes that are created by dragging list box items to the diagram.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public SizeF DefaultNodeSize { get; set; }

Visual Basic  Copy Code

Public Property DefaultNodeSize As SizeF

 Property Value

 See Also