Gets a list of all named colors, as defined in the WPF Colors class.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static ReadOnlyCollection<NamedColor> NamedColors { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property NamedColors As ReadOnlyCollection(Of NamedColor)

See Also