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