Gets or sets a value indicating whether the router should evaluate paths between all sides of conencted nodes to find ones with lower overall cost.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool EvaluateFarPoints { get; set; } |
Visual Basic Copy Code |
---|
Public Property EvaluateFarPoints As Boolean |
true to evaluate more distant pairs of node sides, or false otherwise. The default value is false.
By default, GridRouter evaluates paths only between the closest pair of node sides or anchor points, minimizing the total LengthCost but potentially increasing the overall cost when other factors are considered (number of bends, crossings costs, etc). Set this property to true to include longer paths during total cost evaluation. Note that enabling this property will increase processing times.
WpfDiagram Programmer's Guide | © 2024 MindFusion |