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

DiagramControl.UpdateConnectorsRoute(IEnumerable<DiagramConnector>) Method

Recalculates the route for the specified diagram connectors.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public void UpdateConnectorsRoute(
    IEnumerable<DiagramConnector> connectors
)

Parameters

Name Type Description
connectors IEnumerable<DiagramConnector>

A list of connectors whose routes should be recalculated.

See Also