InheritedStyleEntryMatchedCSSRules Property |
Version 96.0.142
Matches of CSS rules matching the ancestor node in the style inheritance chain.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 96.0.142.0 (96.0.142.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