Creates an instance of the color palette with the specified theme name.

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

Syntax

C#
public ColorPalette(
	string themeName
)
Visual Basic
Public Sub New ( _
	themeName As String _
)

Parameters

themeName
Type: System..::..String

See Also