HighlightConfigEventTargetColor Property  | 
Version 108.4.130 
            The event target element highlight fill color (default: transparent).
            
 
    Namespace: 
   CefSharp.DevTools.Overlay
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic RGBA EventTargetColor { get; set; }public:
property RGBA^ EventTargetColor {
	RGBA^ get ();
	void set (RGBA^ value);
}Property Value
Type: 
RGBA
See Also