AngleSharp by Florian Rappl

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

.NET API 1,172,480 bytes

 ClearMode

public enum ClearMode
The enumeration with all possible clear modes.
namespace AngleSharp.Dom.Css { public enum ClearMode : ushort { None, Left, Right, Both } }