ShapeItem.Pen Property

Gets or sets a Pen that determines the color, width, and style of the line.

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

Syntax

C#
public Pen Pen { get; set; }

Property Value

The properties of the line that forms the outline.

See Also

Reference