AngleSharp by AngleSharp

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

.NET API 1,230,848 bytes

 TextAnchor

public enum TextAnchor
An enumeration with all possible text anchors.
namespace AngleSharp.Dom.Css { public enum TextAnchor : byte { Start, Middle, End } }