AngleSharp by AngleSharp

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

.NET API 879,104 bytes

 HorizontalAlignment

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