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