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