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