Click or drag to resize

InheritedStyleEntryMatchedCSSRules Property

Version 130.1.90
Matches of CSS rules matching the ancestor node in the style inheritance chain.

Namespace: CefSharp.DevTools.CSS
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public IList<RuleMatch> MatchedCSSRules { get; set; }

Property Value

IListRuleMatch
See Also