AngleSharp by AngleSharp

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

.NET API 1,230,336 bytes

 Floating

public enum Floating
All possible values for taking an element out of its normal flow.
namespace AngleSharp.Dom.Css { public enum Floating : byte { None, Left, Right } }