Gets a read only collection of NamedColor objects seen in the WP7 operating system color picker.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static ReadOnlyCollection<NamedColor> WP7NamedColors { get; }
Visual Basic
Public Shared ReadOnly Property WP7NamedColors As ReadOnlyCollection(Of NamedColor)
	Get
Visual C++
public:
static property ReadOnlyCollection<NamedColor^>^ WP7NamedColors {
	ReadOnlyCollection<NamedColor^>^ get ();
}

See Also