Gets the number of nodes that this StarDiagramNode is a StarDiagramParent of. This value is calculated on the fly.

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

See Also