LayoutTreeSnapshotText Property |
Version 113.3.50
Contents of the LayoutText, if any.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 113.3.50.0
Syntax public int[] Text { get; set; }
public:
property array<int>^ Text {
array<int>^ get ();
void set (array<int>^ value);
}
Property Value
Type:
Int32See Also