LayoutTreeSnapshotPaintOrders Property  | 
Version 108.4.130 
            Global paint order index, which is determined by the stacking order of the nodes. Nodes
            that are painted together will have the same index. Only provided if includePaintOrder in
            captureSnapshot was true.
            
 
    Namespace: 
   CefSharp.DevTools.DOMSnapshot
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic int[] PaintOrders { get; set; }public:
property array<int>^ PaintOrders {
	array<int>^ get ();
	void set (array<int>^ value);
}Property Value
Type: 
Int32
See Also