Click or drag to resize

CSSRuleMedia Property

Version 130.1.90
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.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public IList<CSSMedia> Media { get; set; }

Property Value

IListCSSMedia
See Also