AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.4.1" />

.NET API 1,229,312 bytes

 Floating

public enum Floating
All possible values for taking an element out of its normal flow.
namespace AngleSharp.Dom.Css { public enum Floating : ushort { None, Left, Right } }