LayerDrawsContent Property |
Version 88.2.90
Indicates whether this layer hosts any content, rather than being used for
transform/scrolling purposes only.
Namespace:
CefSharp.DevTools.LayerTree
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public bool DrawsContent { get; set; }
public:
property bool DrawsContent {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also