Click or drag to resize

CSSRule.ContainerQueries Property

Version 94.4.20
Container query list array (for rules involving container queries). The array enumerates container queries starting with the innermost one, going outwards.

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public IList<CSSContainerQuery> ContainerQueries { get; set; }

Property Value

Type: IList<CSSContainerQuery>
See Also