AngleSharp by Florian Rappl

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

 DirectionMode

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