CSSContainerQueryLogicalAxes Property |
Version 110.0.300
Optional logical axes queried for the container.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 110.0.300.0 (110.0.300.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