ComputedStyleProperties Property |
Version 130.1.90
Name/value pairs of computed style properties.
Namespace: CefSharp.DevTools.DOMSnapshotAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<NameValue> Properties { get; set; }
public:
property IList<NameValue^>^ Properties {
IList<NameValue^>^ get ();
void set (IList<NameValue^>^ value);
}
Property Value
IListNameValueSee Also