Gets the points at which connections can attach to the IDiagramNode.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
IEnumerable<IDiagramConnectionPoint> ConnectionPoints { get; } |
| Visual Basic (Declaration) |
|---|
ReadOnly Property ConnectionPoints As IEnumerable(Of IDiagramConnectionPoint) |