InheritedPseudoElementMatchesPseudoElements Property |
Version 130.1.90
Matches of pseudo styles from the pseudos of an ancestor node.
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<PseudoElementMatches> PseudoElements { get; set; }
public:
property IList<PseudoElementMatches^>^ PseudoElements {
IList<PseudoElementMatches^>^ get ();
void set (IList<PseudoElementMatches^>^ value);
}
Property Value
IListPseudoElementMatchesSee Also