AngleSharp by AngleSharp

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

.NET API 1,214,976 bytes

 BorderRepeat

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