LayoutTreeSnapshotScrollRects Property  | 
Version 108.4.130 
            The scroll rect of nodes. Only available when includeDOMRects is set to true
            
 
    Namespace: 
   CefSharp.DevTools.DOMSnapshot
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic double[] ScrollRects { get; set; }public:
property array<double>^ ScrollRects {
	array<double>^ get ();
	void set (array<double>^ value);
}Property Value
Type: 
Double
See Also