AngleSharp by AngleSharp

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

.NET API 1,224,192 bytes

 ClearMode

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