Pen.EndCap Property

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

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

Syntax

C#
public LineCap EndCap { get; set; }

Property Value

A LineCap that represents the cap style used at the end of lines drawn with this Pen. The default value is Flat.

See Also

Reference