Search
DiagramLink.IsConnected Property
See Also
 





Gets a value indicating whether the link is connected to nodes at both its ends.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsConnected { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsConnected As Boolean

 Property Value

true to indicate that both ends of the link are connected to nodes; otherwise, false.

 See Also