This documentation is for the old version. Go to the latest Graphics Mill docs

Pen.EndCap Property

Gets/sets a value specifying what cap to use at the end of lines drawn with this pen.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property EndCap As LineCap
C#
public LineCap EndCap { get; set; }

Property Value

LineCap specifying a cap style of the line end.

Remarks

Default value is Flat.

See Also

Reference