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.XtraDiagram

Assembly: DevExpress.XtraDiagram.v20.2.dll

NuGet Package: DevExpress.Win.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