Search
CompositeRouter.Routers Property
See Also
 





A list of router objects forming a chain through which links pass until they are routed successfully.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public List<ILinkRouter> Routers { get; set; }

Visual Basic  Copy Code

Public Property Routers As List(Of ILinkRouter)

 Property Value

A list of objects implementing ILinkRouter interface.

 Remarks

By default the list contains PatternRouter and GridRouter objects.

 See Also