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