[Visual Basic] Public Property BackColor As
Color
[C#] public Color BackColor {get; set;}
Property Value
The ImageKit Control's background color is of type System.Drawing.Color
Default is Color.Gainsboro
Explanation
The BackColor property sets the color for the background of the ImageKit Control. This property is set using System.Drawing.Color object.
See Also
ImageKit Members | Newtone.ImageKit.Web.ImageKit