AngleSharp by AngleSharp

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

.NET API 1,261,568 bytes

 HorizontalAlignment

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