Gets the office color palette.

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> OfficePalette { get; }
Visual Basic
Public Shared ReadOnly Property OfficePalette As ReadOnlyCollection(Of NamedColor)
	Get
Visual C++
public:
static property ReadOnlyCollection<NamedColor^>^ OfficePalette {
	ReadOnlyCollection<NamedColor^>^ get ();
}

See Also