Click or drag to resize

LayoutTreeSnapshotPaintOrders Property

Version 102.0.100
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: 102.0.100.0 (102.0.100.0)
Syntax
public int[] PaintOrders { get; set; }

Property Value

Type: Int32
See Also