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

In This Topic
    ColorPalette Constructor
    In This Topic
    Creates an instance of the color palette with the specified theme name.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal themeName As String _
    )
    public ColorPalette( 
       string themeName
    )

    Parameters

    themeName
    See Also