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