TextBoxSnapshotLayoutIndex Property  | 
Version 108.4.130 
            Index of the layout tree node that owns this box collection.
            
 
    Namespace: 
   CefSharp.DevTools.DOMSnapshot
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic int[] LayoutIndex { get; set; }public:
property array<int>^ LayoutIndex {
	array<int>^ get ();
	void set (array<int>^ value);
}Property Value
Type: 
Int32
See Also