Click or drag to resize

CSSStyleSheetHeaderIsInline Property

Version 102.0.100
Whether this stylesheet is created for STYLE tag by parser. This flag is not set for document.written STYLE tags.

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public bool IsInline { get; set; }

Property Value

Type: Boolean
See Also