CSSStyleShorthandEntries Property |
Version 118.6.80
Computed values for all shorthands found in the style.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<ShorthandEntry> ShorthandEntries { get; set; }
public:
property IList<ShorthandEntry^>^ ShorthandEntries {
IList<ShorthandEntry^>^ get ();
void set (IList<ShorthandEntry^>^ value);
}
Property Value
Type:
IListShorthandEntrySee Also