CSSRuleContainerQueries Property |
Version 106.0.290
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: 106.0.290.0 (106.0.290.0)
Syntax public IList<CSSContainerQuery> ContainerQueries { get; set; }
public:
property IList<CSSContainerQuery^>^ ContainerQueries {
IList<CSSContainerQuery^>^ get ();
void set (IList<CSSContainerQuery^>^ value);
}
Property Value
Type:
IListCSSContainerQuerySee Also