Gets a value indicating whether the link is connected to nodes at both its ends.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool IsConnected { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property IsConnected As Boolean |
true to indicate that both ends of the link are connected to nodes; otherwise, false.
WpfDiagram Programmer's Guide | © 2024 MindFusion |