AngleSharp by Florian Rappl

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

.NET API 1,208,832 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 } }