Gets the list of colors to be used for drawing the nodes, in level order.

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 ObservableCollection<Color> Colors { get; }
Visual Basic (Declaration)
Public ReadOnly Property Colors As ObservableCollection(Of Color)

See Also