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