AngleSharp by AngleSharp

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

.NET API 818,176 bytes

 DirectionMode

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