Gets a list of all named colors, as defined in the Silverlight Colors class.
            
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# | 
|---|
public static ReadOnlyCollection<NamedColor> NamedColors { get; }  | 
| Visual Basic | 
|---|
Public Shared ReadOnly Property NamedColors As ReadOnlyCollection(Of NamedColor) Get  | 
| Visual C++ | 
|---|
public: static property ReadOnlyCollection<NamedColor^>^ NamedColors { ReadOnlyCollection<NamedColor^>^ get (); }  |