Version 108.4.130 
            @scope CSS at-rule array.
            The array enumerates @scope at-rules starting with the innermost one, going outwards.
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic IList<CSSScope> Scopes { get; set; }public:
property IList<CSSScope^>^ Scopes {
	IList<CSSScope^>^ get ();
	void set (IList<CSSScope^>^ value);
}Property Value
Type: 
IListCSSScope
See Also