Enum StrokeLineCap

Enum StrokeLineCap

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

Specifies the line cap used in rendering SVG and HTML.

[ComVisible(true)]
public enum StrokeLineCap

Fields

Butt = 0

The stroke ends with a flat edge.

Round = 2

The stroke ends with a rounded cap.

Square = 1

The stroke ends with a square projection beyond the endpoint.