MindFusion.Wpf Pack Programmer's Guide
Shape(TColor, TImage).Connections Property
See Also
 





Gets the connection points associated with the shape.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public List<Connection> Connections { get; }

Visual Basic  Copy Code

Public ReadOnly Property Connections As List(Of Connection)

 Property Value

A list of Connection objects defined for the shape.

 See Also

Shape(TColor, TImage) Members
Shape(TColor, TImage) Class
MindFusion.Vsx Namespace