StrokeLineCap enumeration

StrokeLineCap enumeration

Specifies the line cap used in rendering SVG and HTML.

The StrokeLineCap type exposes the following members:

Fields

FieldDescription
BUTTThe stroke ends with a flat edge.
SQUAREThe stroke ends with a square projection beyond the endpoint.
ROUNDThe stroke ends with a rounded cap.

See Also