Specifies whether the layout algorithm should ignore the size of nodes.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool IgnoreNodeSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property IgnoreNodeSize As Boolean |
true to ignore the node size; otherwise, false. The default is true.
At this time, considering the size of nodes deteriorates the performance of the algorithm, so that's disabled by default.