AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.16.1-alpha-96" />

.NET API 879,104 bytes

 DirectionMode

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