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

DiagramConnector(ConnectorType, DiagramItem, DiagramItem) Constructor

Initializes a new instance of the DiagramConnector class with the specified settings.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

public DiagramConnector(
    ConnectorType connectorType,
    DiagramItem beginItem,
    DiagramItem endItem
)

Parameters

Name Type Description
connectorType ConnectorType

The connector type. This value is used to initialize the DiagramConnector.Type property.

beginItem DiagramItem

The connector’s starting item. This value is used to initialize the DiagramConnector.BeginItem property.

endItem DiagramItem

The connector’s ending item. This value is used to initialize the DiagramConnector.EndItem property.

See Also