This topic has not yet been rated - Rate this topic

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.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
public IList<ConnectionPoint> ConnectionPoints { get; }

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ