Back to Devexpress

DiagramQueryConnectionPointsEventArgs.OppositeItem Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramqueryconnectionpointseventargs-35462d4c.md

latest1.7 KB
Original Source

DiagramQueryConnectionPointsEventArgs.OppositeItem Property

Returns the diagram item to which the opposite connection point is glued.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public DiagramItem OppositeItem { get; }
vb
Public ReadOnly Property OppositeItem As DiagramItem

Property Value

TypeDescription
DiagramItem

A DiagramItem object.

|

Remarks

The DiagramQueryConnectionPointsEventArgs.OppositePoint and DiagramQueryConnectionPointsEventArgs.OppositeItemPointIndex properties return the coordinates and index of the opposite connection point respectively.

See Also

DiagramQueryConnectionPointsEventArgs Class

DiagramQueryConnectionPointsEventArgs Members

DevExpress.XtraDiagram Namespace