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
Assembly: MindFusion.Diagramming.Layout
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.