Gets a palette containing Office-style theme colors and an "automatic" color.

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> GetOffice2007PaletteAuto(
	Color automaticColor
)
Visual Basic
Public Shared Function GetOffice2007PaletteAuto ( _
	automaticColor As Color _
) As ReadOnlyCollection(Of ColorPickerItem)
Visual C++
public:
static ReadOnlyCollection<ColorPickerItem^>^ GetOffice2007PaletteAuto(
	Color automaticColor
)

Parameters

automaticColor
Type: System.Windows.Media..::..Color
The automatic color.

Return Value

A palette containing Office-style theme colors and an "automatic" color.

See Also