AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.1.1-beta.390" />

.NET API 956,416 bytes

 HorizontalAlignment

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