Search
LayeredLayout.IgnoreNodeSize Property
See Also
 





Specifies whether the layout algorithm should ignore the size of nodes.

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

 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