Gets or sets the component used to find paths for auto-routed links when diagram nodes are added or their positions change.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public ILinkRouter LinkRouter { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinkRouter As ILinkRouter |
An instance of a class implementing the ILinkRouter interface.
The default value is a CompositeRouter instance that chains PatternRouter and GridRouter.
WpfDiagram Programmer's Guide | © 2024 MindFusion |