Gets the connection points associated with the shape.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
C# Copy Code |
---|
public List<Connection> Connections { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Connections As List(Of Connection) |
A list of Connection objects defined for the shape.
WpfDiagram Programmer's Guide | © 2024 MindFusion |