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

PathVObject.Pen Property

Gets/sets a pen that will be used to outline the object.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

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

Property Value

Pen to fill the v-object.

See Also

Reference

Manual