CSSPropertyLonghandProperties Property |
Version 111.2.70
Parsed longhand components of this property if it is a shorthand.
This field will be empty if the given property is not a shorthand.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax public IList<CSSProperty> LonghandProperties { get; set; }
public:
property IList<CSSProperty^>^ LonghandProperties {
IList<CSSProperty^>^ get ();
void set (IList<CSSProperty^>^ value);
}
Property Value
Type:
IListCSSPropertySee Also