NodePseudoElements Property |
Version 112.3.0
Pseudo elements associated with this node.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.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