Version 130.1.90
@scope CSS at-rule array.
The array enumerates @scope at-rules starting with the innermost one, going outwards.
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<CSSScope> Scopes { get; set; }
public:
property IList<CSSScope^>^ Scopes {
IList<CSSScope^>^ get ();
void set (IList<CSSScope^>^ value);
}
Property Value
IListCSSScopeSee Also