AngleSharp by AngleSharp

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

.NET API 1,224,704 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 } }