StrokeLineJoin enumeration

StrokeLineJoin enumeration

Specifies the line join style used in rendering SVG and HTML.

The StrokeLineJoin type exposes the following members:

Fields

FieldDescription
MITERThe line joins with a sharp point, extending beyond the endpoints.
ROUNDThe line joins with a rounded corner.
BEVELThe line joins with a beveled corner.

See Also