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

Pen.StartCap Property

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

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

Syntax

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

Property Value

LineCap specifying a cap style of the line beginning.

See Also

Reference