StrokeLineCap Enum

StrokeLineCap enumeration

Specifies the line cap used in rendering SVG and HTML.

public enum StrokeLineCap

Values

NameValueDescription
Butt0The stroke ends with a flat edge.
Square1The stroke ends with a square projection beyond the endpoint.
Round2The stroke ends with a rounded cap.

See Also