Gets the absolute root of this StarDiagramNode.
The absolute root is the recursive star diagram parent of this one that has a null
StarDiagramParent. A StarDiagramNode that has a null
star diagram parent is the root of itself.
Namespace:
Mindscape.WpfDiagramming.StarDiagramsAssembly: Mindscape.WpfDiagramming.StarDiagrams (in Mindscape.WpfDiagramming.StarDiagrams.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public StarDiagramNode Root { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Root As StarDiagramNode |