DiagramQueryConnectionPointsEventArgs.Connector Property
In This Article
Returns the connector whose point is being moved by the end-user.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public DiagramConnector Connector { get; }
#Property Value
Type | Description |
---|---|
Diagram |
A Diagram |
See Also