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

GenericVObjectEditDesigner.ObjectBorderPen Property

Gets/sets a pen to draw the border around the associated v-object when it is selected.

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

Syntax

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

Property Value

A pen to draw the border around the associated v-object.

See Also

Reference