Class RoutingMode
Routing mode for line routing engine.
Inheritance
System.Object
RoutingMode
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class RoutingMode : Enum
Fields
Automatic
Defines that line routing engine will reroute all connectors in document.
Declaration
public const RoutingMode Automatic
Field Value
| Type |
|---|
| RoutingMode |
Inactive
Defines that line routing engine will skip all document changes it is attached to.
Declaration
public const RoutingMode Inactive
Field Value
| Type |
|---|
| RoutingMode |
SemiAutomatic
Defines that line routing engine will reroute currently moved node connector's only.
Declaration
public const RoutingMode SemiAutomatic
Field Value
| Type |
|---|
| RoutingMode |