NodeShape.ConnectionPoints Property
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Property Value
Type: System.Collections.Generic.IList<ConnectionPoint>The list of connection points on the shape.
To set connection points, override EnsureConnectionPoints(LinkShape) and HasConnectionPoints.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.