AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.1.2-beta.395" />

.NET API 956,416 bytes

 DirectionMode

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