AngleSharp by Florian Rappl

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

.NET API 1,175,040 bytes

 Alignment

enum Alignment
The list of possible horizontal alignments.
namespace AngleSharp.Dom.Html { internal enum Alignment { Bottom, Middle, Top, Left, Right } }