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