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