AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.14.0-alpha-798" />

.NET API 829,440 bytes

 DirectionMode

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