AngleSharp by Florian Rappl

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

.NET API 1,208,832 bytes

 ClearMode

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