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