ComponentOne Extended Library for UWP
Add(Color,String,String) Method

C1.UWP.Extended Assembly > C1.Xaml.Extended Namespace > ColorPalette Class > Add Method : Add(Color,String,String) Method
Adds the color with the specified name and description.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal color As Windows.UI.Color, _
   ByVal colorName As System.String, _
   ByVal description As System.String _
) 
public void Add( 
   Windows.UI.Color color,
   System.string colorName,
   System.string description
)

Parameters

color
colorName
description
See Also

Reference

ColorPalette Class
ColorPalette Members
Overload List