IsolatedElementHighlightConfigIsolationModeHighlightConfig Property  | 
Version 106.0.290 
            A descriptor for the highlight appearance of an element in isolation mode.
            
 
    Namespace: 
   CefSharp.DevTools.Overlay
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic IsolationModeHighlightConfig IsolationModeHighlightConfig { get; set; }public:
property IsolationModeHighlightConfig^ IsolationModeHighlightConfig {
	IsolationModeHighlightConfig^ get ();
	void set (IsolationModeHighlightConfig^ value);
}Property Value
Type: 
IsolationModeHighlightConfig
See Also