CSSStyleSheetHeaderIsInline Property |
Version 104.4.240
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: 104.4.240.0 (104.4.240.0)
Syntax public bool IsInline { get; set; }
public:
property bool IsInline {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also