Returns a clone of this palette with the specified theme name.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public ColorPalette Clone(
	string themeName
)
Visual Basic
Public Function Clone ( _
	themeName As String _
) As ColorPalette

Parameters

themeName
Type: System..::..String

See Also