Click or drag to resize

CSSRuleMedia Property

Version 99.2.120
Media list array (for rules involving media queries). The array enumerates media queries starting with the innermost one, going outwards.

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
Syntax
public IList<CSSMedia> Media { get; set; }

Property Value

Type: IListCSSMedia
See Also