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