Gets a palette containing Office-style theme colors.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also