AngleSharp by AngleSharp

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

.NET API 1,223,680 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.