Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / ColorPalette Class / Clone Method

In This Topic
    Clone Method
    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