Click or drag to resize

CSSRuleLayers Property

Version 102.0.100
Cascade layer array. Contains the layer hierarchy that this rule belongs to starting with the innermost layer and going outwards.

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public IList<CSSLayer> Layers { get; set; }

Property Value

Type: IListCSSLayer
See Also