Click or drag to resize

CSSRuleScopes Property

Version 112.3.0
@scope CSS at-rule array. The array enumerates @scope at-rules starting with the innermost one, going outwards.

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax
public IList<CSSScope> Scopes { get; set; }

Property Value

Type: IListCSSScope
See Also