AngleSharp by AngleSharp

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

.NET API 1,223,680 bytes

 HorizontalAlignment

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