Property toolbar.Background Overload Background color or brush. public object Background { get; set; } Property Value object Can be System.Drawing.Color, ColorInt, int (color 0xRRGGBB) or System.Drawing.Brush. If null (default), uses system color.