Enum StrokeLineJoin

Enum StrokeLineJoin

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML.dll (25.2.0)

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

[ComVisible(true)]
public enum StrokeLineJoin

Fields

Bevel = 2

The line joins with a beveled corner.

Miter = 0

The line joins with a sharp point, extending beyond the endpoints.

Round = 1

The line joins with a rounded corner.