CSSStyleShorthandEntries Property |
Version 88.2.90
Computed values for all shorthands found in the style.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.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