Back to Devexpress

DiagramItem.ActualConnectionPoints Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramitem-febe050e.md

latest1.6 KB
Original Source

DiagramItem.ActualConnectionPoints Property

Returns the list of connection point locations.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public virtual PointCollection ActualConnectionPoints { get; protected set; }
vb
<Browsable(False)>
Public Overridable Property ActualConnectionPoints As PointCollection

Property Value

TypeDescription
DevExpress.XtraDiagram.PointCollection

A list of connection point locations.

|

Remarks

To customize connection points of a diagram item, set the item’s DiagramItem.ConnectionPoints property. When the DiagramItem.ConnectionPoints property value is not specified, it returns null , and the DiagramControl uses the item’s default connection points. To obtain the item’s current connection points, use the ActualConnectionPoints property.

See Also

DiagramItem Class

DiagramItem Members

DevExpress.XtraDiagram Namespace