AngleSharp by Florian Rappl

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

.NET API 1,181,184 bytes

 Floating

public enum Floating
All possible values for taking an element out of its normal flow.
Left = 1

Indicates that the element must float on the left side of its containing block.

None = 0

Indicates that the element must not float.

Right = 2

Indicates that the element must float on the right side of its containing block.