AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.13.0-alpha-748" />

.NET API 829,440 bytes

 DirectionMode

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