AngleSharp by AngleSharp

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

.NET API 816,640 bytes

 DirectionMode

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