CSSPropertyRange Property |
Version 86.0.240
The entire property range in the enclosing style declaration (if available).
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax public SourceRange Range { get; set; }
public:
property SourceRange^ Range {
SourceRange^ get ();
void set (SourceRange^ value);
}
Property Value
Type:
SourceRangeSee Also