AngleSharp by AngleSharp

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

.NET API 1,230,336 bytes

 BackgroundRepeat

public enum BackgroundRepeat
The enumeration over all possible repeat values.
namespace AngleSharp.Dom.Css { public enum BackgroundRepeat : byte { Repeat, Space, Round, NoRepeat } }