InheritedStyleEntryMatchedCSSRules Property |
Version 108.4.130
Matches of CSS rules matching the ancestor node in the style inheritance chain.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax public IList<RuleMatch> MatchedCSSRules { get; set; }
public:
property IList<RuleMatch^>^ MatchedCSSRules {
IList<RuleMatch^>^ get ();
void set (IList<RuleMatch^>^ value);
}
Property Value
Type:
IListRuleMatchSee Also