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

DefaultDesigner.SelectionPen Property

Gets/sets a pen to draw a selection rectangle.

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

Syntax

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

Property Value

A pen to draw a selection rectangle.

See Also

Reference