CSSContainerQueryPhysicalAxes Property |
Version 111.2.70
Optional physical axes queried for the container.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax public PhysicalAxes? PhysicalAxes { get; set; }
public:
property Nullable<PhysicalAxes> PhysicalAxes {
Nullable<PhysicalAxes> get ();
void set (Nullable<PhysicalAxes> value);
}
Property Value
Type:
NullablePhysicalAxesSee Also