Skip to main content

DiagramControl.UnregisterRoutingStrategy(ConnectorType) Method

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

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: 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