Back to Devexpress

DiagramQueryConnectionPointsEventArgs.OppositeItem Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramqueryconnectionpointseventargs-ab199b1d.md

latest1.6 KB
Original Source

DiagramQueryConnectionPointsEventArgs.OppositeItem Property

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

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.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.Xpf.Diagram Namespace