DiagramConnector(DiagramItem, DiagramItem) Constructor
Initializes a new instance of the DiagramConnector class with the specified settings.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Parameters
Name | Type | Description |
---|---|---|
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