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

PrintOptions.BorderWidth Property

Gets/sets the width of the border around the placeholder.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property BorderWidth As Integer
C#
[BrowsableAttribute(true)]
public int BorderWidth { get; set; }

Property Value

The width of the border around the placeholder.

Remarks

The border width is measured in 1/100 of inches.

See Also

Reference