AngleSharp by Florian Rappl

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

.NET API 1,168,384 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 } }