dotnetCHARTING Send comments on this topic.
Item(String) Property
See Also 
dotnetCHARTING Namespace > SmartPalette Class > Item Property : Item(String) Property


key
Gets or sets the Color with the specified key.

Syntax

Visual Basic (Declaration)  
Public Overloads Property Item( _
   ByVal key As String _
) As Color
Visual Basic (Usage) Copy Code
Dim instance As SmartPalette
Dim key As String
Dim value As Color
 
instance.Item(key) = value
 
value = instance.Item(key)
C#  
public Color Item( 
   string key
) {get; set;}

Parameters

key

See Also