Search
Diagram.RoutingOptions Property
See Also
 





Gets an object, which allows customizing various parameters of the link routing algorithm.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RoutingOptions RoutingOptions { get; }

Visual Basic  Copy Code

Public ReadOnly Property RoutingOptions As RoutingOptions

 Property Value

An instance of the RoutingOptions class.

 See Also