Version 130.1.90
Cascade layer array. Contains the layer hierarchy that this rule belongs to starting
with the innermost layer and going outwards.
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<CSSLayer> Layers { get; set; }
public:
property IList<CSSLayer^>^ Layers {
IList<CSSLayer^>^ get ();
void set (IList<CSSLayer^>^ value);
}
Property Value
IListCSSLayerSee Also