MediaQueryActive Property |
Version 118.6.80
Whether the media query condition is satisfied.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public bool Active { get; set; }
public:
property bool Active {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also