NodePseudoElements Property |
Version 88.2.90
Pseudo elements associated with this node.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public IList<Node> PseudoElements { get; set; }
public:
property IList<Node^>^ PseudoElements {
IList<Node^>^ get ();
void set (IList<Node^>^ value);
}
Property Value
Type:
IListNodeSee Also