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

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.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