LayoutTreeNodeIsStackingContext Property |
Version 88.2.90
Set to true to indicate the element begins a new stacking context.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public Nullable<bool> IsStackingContext { get; set; }
public:
property Nullable<bool> IsStackingContext {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also