AngleSharp by AngleSharp

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

.NET API 1,214,976 bytes

 BackgroundRepeat

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