Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / ColorPalette Class / Clone Method

In This Topic
    Clone Method (ColorPalette)
    In This Topic
    Returns a clone of this palette with the specified theme name.
    Syntax
    'Declaration
     
    
    Public Function Clone( _
       ByVal themeName As String _
    ) As ColorPalette
    public ColorPalette Clone( 
       string themeName
    )

    Parameters

    themeName
    See Also