DiagramLite Programmer's Guide
Diagram.LinkRouter Property
See Also
 





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

 Syntax

C#  Copy Code

public ILinkRouter LinkRouter { get; set; }

Visual Basic  Copy Code

Public Property LinkRouter As ILinkRouter

 Property Value

An instance of a class implementing the ILinkRouter interface. The currently available implementations incude GridRouter and QuickRouter.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace