ASP.NET Pack Programmer's Guide
LayeredLayout.IgnoreNodeSize Property
See Also
 





Gets or sets a value indicating whether the distance between adjacent nodes in the final layout should be independent of the nodes' size.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IgnoreNodeSize { get; set; }

Visual Basic  Copy Code

Public Property IgnoreNodeSize As Boolean

 Property Value

true to ignore the node size; otherwise, false. The default is true.

 Remarks

At this time, considering the size of nodes deteriorates the performance of the algorithm, so that's disabled by default.

 See Also

LayeredLayout Members
LayeredLayout Class
MindFusion.Diagramming.Layout Namespace