AngleSharp by Florian Rappl

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

.NET API 1,208,832 bytes

 HorizontalAlignment

public enum HorizontalAlignment
The list of possible horizontal alignments.
namespace AngleSharp.Dom { public enum HorizontalAlignment : ushort { Left, Center, Right, Justify } }