Gets the StarDiagramNode that this StarDiagramConnection is attached to of which is the star-diagram-parent of the other node that this connection is attached to.

Namespace:  Mindscape.WpfDiagramming.StarDiagrams
Assembly:  Mindscape.WpfDiagramming.StarDiagrams (in Mindscape.WpfDiagramming.StarDiagrams.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public StarDiagramNode ParentNode { get; }
Visual Basic (Declaration)
Public ReadOnly Property ParentNode As StarDiagramNode

See Also