ComponentOne Extended Library for WPF and Silverlight
Set(Int32,Color,String) Method

C1.WPF.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 Integer, _
   ByVal color As Color, _
   ByVal colorName As String _
) 
public void Set( 
   int index,
   Color color,
   string colorName
)

Parameters

index
color
colorName
See Also

Reference

ColorPalette Class
ColorPalette Members
Overload List