AngleSharp by Florian Rappl

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

.NET API 1,229,312 bytes

 DirectionMode

public enum DirectionMode
An enumeration with all dir modes.
namespace AngleSharp.Dom { public enum DirectionMode : ushort { Ltr, Rtl } }