Skip to main content

DiagramShapeConnectionPointCollection Class

A collection of connection points.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DiagramShapeConnectionPointCollection :
    Collection<DiagramShapeConnectionPoint>

The following members return DiagramShapeConnectionPointCollection objects:

Remarks

The DiagramShapeConnectionPointCollection is a collection of DiagramShapeConnectionPoint objects.

An instance of the DiagramShapeConnectionPointCollection class can be accessed via the ConnectionPoints property.

Inheritance

See Also