AngleSharp by AngleSharp

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

.NET API 1,223,680 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 } }