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

DiagramShapeConnectionPointCollection Class

A collection of connection points.

Namespace: DevExpress.Web.ASPxDiagram

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

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