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