Skip to main content
A newer version of this page is available. .

DiagramItem.ActualConnectionPoints Property

Returns the list of connection point locations.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

[Browsable(false)]
public DiagramPointCollection ActualConnectionPoints { get; }

Property Value

Type Description
DevExpress.Diagram.Core.DiagramPointCollection

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