CSSStyleCssProperties Property |
Version 88.2.90
CSS properties in the style.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public IList<CSSProperty> CssProperties { get; set; }
public:
property IList<CSSProperty^>^ CssProperties {
IList<CSSProperty^>^ get ();
void set (IList<CSSProperty^>^ value);
}
Property Value
Type:
IListCSSPropertySee Also