CSSStyleCssProperties Property |
Version 106.0.290
CSS properties in the style.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.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