CSSContainerQueryRange Property |
Version 130.1.90
The associated rule header range in the enclosing stylesheet (if
available).
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public SourceRange Range { get; set; }
public:
property SourceRange^ Range {
SourceRange^ get ();
void set (SourceRange^ value);
}
Property Value
SourceRangeSee Also