Gets the star diagram parent of this StarDiagramNode. This parent is the StarDiagramNode at the 'source' end of a connection that this node is the destination of.

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 StarDiagramParent { get; internal set; }
Visual Basic (Declaration)
Public Property StarDiagramParent As StarDiagramNode

See Also