AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.10" />

.NET API 1,230,336 bytes

 BorderRepeat

public enum BorderRepeat
The enumeration over all possible border repeat values.
namespace AngleSharp.Dom.Css { public enum BorderRepeat : byte { Stretch, Repeat, Round } }