A list of router objects forming a chain through which links pass until they are routed successfully.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public List<ILinkRouter> Routers { get; set; } |
Visual Basic Copy Code |
---|
Public Property Routers As List(Of ILinkRouter) |
A list of objects implementing ILinkRouter interface.
By default the list contains PatternRouter and GridRouter objects.
WpfDiagram Programmer's Guide | © 2024 MindFusion |