Property LineCap
LineCap
Gets or sets the style used to cap the start and end points of lines. Defaults to Butt.
public LineCap LineCap { get; set; }
Property Value
Examples
var pen = new Pen(new Color32(0, 0, 0), 2) { LineCap = LineCap.Square };
Gets or sets the style used to cap the start and end points of lines. Defaults to Butt.
public LineCap LineCap { get; set; }
var pen = new Pen(new Color32(0, 0, 0), 2) { LineCap = LineCap.Square };