AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.6-alpha-341" />

.NET API 895,488 bytes

 DirectionMode

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