CSSContainerQueryLogicalAxes Property |
Version 118.6.80
Optional logical axes queried for the container.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public LogicalAxes? LogicalAxes { get; set; }
public:
property Nullable<LogicalAxes> LogicalAxes {
Nullable<LogicalAxes> get ();
void set (Nullable<LogicalAxes> value);
}
Property Value
Type:
NullableLogicalAxesSee Also