Pen.StartCap Property

Gets or sets the cap style used at the beginning of lines drawn with this Pen.

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

Syntax

C#
public LineCap StartCap { get; set; }

Property Value

One of the LineCap values that represents the cap style used at the beginning of lines drawn with this Pen.

See Also

Reference