Gets the level that this node sits in the star diagram node hierarchy. A StarDiagramNode that has no StarDiagramParent is at level 0.

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 int Level { get; }
Visual Basic (Declaration)
Public ReadOnly Property Level As Integer

See Also