AngleSharp by AngleSharp

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

.NET API 1,223,680 bytes

 ClearMode

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