Skip to main content
A newer version of this page is available. .

DiagramControl.UnregisterRoutingStrategy(ConnectorType) Method

Removes the custom routing strategy applied to the specified connector type.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public void UnregisterRoutingStrategy(
    ConnectorType connectorType
)

Parameters

Name Type Description
connectorType ConnectorType

A connector type for which to reset the routing strategy.

Remarks

The DiagramControl.RegisterRoutingStrategy applies a custom routing strategy to the specified connector type.

See Also