ComponentOne Extended Library for UWP
Set(Int32,Color,String) Method

C1.UWP.Extended Assembly > C1.Xaml.Extended Namespace > ColorPalette Class > Set Method : Set(Int32,Color,String) Method
Assigns the color and color name to the palette entry with the specified index.
Syntax
'Declaration
 
Public Overloads Sub Set( _
   ByVal index As System.Integer, _
   ByVal color As Windows.UI.Color, _
   ByVal colorName As System.String _
) 
public void Set( 
   System.int index,
   Windows.UI.Color color,
   System.string colorName
)

Parameters

index
color
colorName
See Also

Reference

ColorPalette Class
ColorPalette Members
Overload List