AngleSharp by AngleSharp

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

.NET API 1,214,976 bytes

 ClearMode

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