TextBoxSnapshotBounds Property  | 
Version 108.4.130 
            The absolute position bounding box.
            
 
    Namespace: 
   CefSharp.DevTools.DOMSnapshot
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic double[] Bounds { get; set; }public:
property array<double>^ Bounds {
	array<double>^ get ();
	void set (array<double>^ value);
}Property Value
Type: 
Double
See Also