PaletteItemSecondColor Property |
Specifies the second color for palette item
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(ColorConverter))]
public Color SecondColor { get; set; }
<TypeConverterAttribute(GetType(ColorConverter))>
Public Property SecondColor As Color
Get
Set
public:
[TypeConverterAttribute(typeof(ColorConverter))]
property Color SecondColor {
Color get ();
void set (Color value);
}
[<TypeConverterAttribute(typeof(ColorConverter))>]
member SecondColor : Color with get, set
Property Value
Type:
ColorSecond color of item
See Also