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