DocumentSnapshotLayout Property |
Version 118.6.80
The nodes in the layout tree.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public LayoutTreeSnapshot Layout { get; set; }
public:
property LayoutTreeSnapshot^ Layout {
LayoutTreeSnapshot^ get ();
void set (LayoutTreeSnapshot^ value);
}
Property Value
Type:
LayoutTreeSnapshotSee Also