Search
NodeListView.DefaultNodeSize Property
See Also
 






Gets or sets the default size with which nodes dragged onto a diagram will be created.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Size DefaultNodeSize { get; set; }

Visual Basic  Copy Code

Public Property DefaultNodeSize As Size

 Property Value

 See Also