C1.Silverlight.Extended Namespace / ColorPalette Class / Set Method / Set(Int32,Color,String) Method

In This Topic
Set(Int32,Color,String) Method
In This Topic
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 _
) 
 

Parameters

index
color
colorName
See Also