AngleSharp by AngleSharp

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

.NET API 1,227,264 bytes

 TextAnchor

public enum TextAnchor
An enumeration with all possible text anchors.
End = 2

The rendered characters are aligned such that the end of the text string is at the initial current text position.

Middle = 1

The rendered characters are aligned such that the middle of the text string is at the current text position.

Start = 0

The rendered characters are aligned such that the start of the text string is at the initial current text position