TextBoxSnapshotBounds Property  | 
Version 93.1.111 
            The absolute position bounding box.
            
 
    Namespace: 
   CefSharp.DevTools.DOMSnapshot
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.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