StrokeLinecap public enum StrokeLinecap An enumeration containing the various predefined stroke linecaps. Documentation Code namespace AngleSharp.Dom.Css { public enum StrokeLinecap : byte { Butt, Round, Square } }