AngleSharp by AngleSharp

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

.NET API 1,214,976 bytes

 HorizontalAlignment

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