LayoutTreeNodePaintOrder Property |
Version 92.0.260
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
getSnapshot was true.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntaxpublic int? PaintOrder { get; set; }
public:
property Nullable<int> PaintOrder {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32
See Also