AngleSharp by Florian Rappl

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

.NET API 1,206,784 bytes

 ClearMode

public enum ClearMode
The enumeration with all possible clear modes.
Both = 3

The element is moved down to clear past both left and right floats.

Left = 1

The element is moved down to clear past left floats.

None = 0

The element is not moved down to clear past floating elements.

Right = 2

The element is moved down to clear past right floats.