MindFusion.Wpf Pack Programmer's Guide
NodeListView.DefaultNodeSize Property
See Also
 





Gets or sets the default size of nodes created by dragging from this list view.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Size DefaultNodeSize { get; set; }

Visual Basic  Copy Code

Public Property DefaultNodeSize As Size

 Property Value

A System.Windows.Size instance. The default value is Empty.

 Remarks

If this property is not set, new nodes have the same size as their source nodes.

 See Also

NodeListView Members
NodeListView Class
MindFusion.Diagramming.Wpf Namespace