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