NodeShape::ConnectionPoints Property
Visual Studio 2015
A list of points on the perimeter of a shape at which connectors can terminate. By default, a shape has no connection points, and connectors can terminate anywhere on its perimeter.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property IList<ConnectionPoint^>^ ConnectionPoints { IList<ConnectionPoint^>^ get(); }
Property Value
Type: System.Collections.Generic::IList<ConnectionPoint^>^The list of connection points on the shape.
To set connection points, override EnsureConnectionPoints and HasConnectionPoints.
Show: