Gets or sets a collection of ShapeConnectionPointPosition objects that specify how
connection points should be positioned on the DiagramNodeElement.
This is a dependency property.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(ShapeConnectionPointPositionCollectionConverter))] public List<ShapeConnectionPointPosition> ConnectionPointPositions { get; set; } |
| Visual Basic (Declaration) |
|---|
<TypeConverterAttribute(GetType(ShapeConnectionPointPositionCollectionConverter))> _ Public Property ConnectionPointPositions As List(Of ShapeConnectionPointPosition) |
Remarks
Dependency Property Information
| Identifier field | ConnectionPointPositionsProperty |
| Metadata properties set to true | None |