StyleDeclarationEditRange Property |
Version 106.0.290
The range of the style text in the enclosing stylesheet.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public SourceRange Range { get; set; }
public:
property SourceRange^ Range {
SourceRange^ get ();
void set (SourceRange^ value);
}
Property Value
Type:
SourceRangeSee Also