BoxStyleFillColor Property |
Version 112.3.0
The background color for the box (default: transparent)
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public RGBA FillColor { get; set; }
public:
property RGBA^ FillColor {
RGBA^ get ();
void set (RGBA^ value);
}
Property Value
Type:
RGBASee Also