AngleSharp by AngleSharp

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

.NET API 1,224,192 bytes

 TextAlignLast

public enum TextAlignLast
An enumeration with all possible text last alignments.
namespace AngleSharp.Dom.Css { public enum TextAlignLast : byte { Auto, Start, End, Left, Right, Center, Justify } }