AngleSharp by AngleSharp

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

.NET API 1,230,848 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 } }