Click or drag to resize

CSSPropertyLonghandProperties Property

Version 109.1.110
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: 109.1.110.0 (109.1.110.0)
Syntax
public IList<CSSProperty> LonghandProperties { get; set; }

Property Value

Type: IListCSSProperty
See Also