StrokeLineJoin Enum

StrokeLineJoin enumeration

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

public enum StrokeLineJoin

Values

NameValueDescription
Miter0The line joins with a sharp point, extending beyond the endpoints.
Round1The line joins with a rounded corner.
Bevel2The line joins with a beveled corner.

See Also