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

PrintOptions.BorderColor Property

Gets/sets the color 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 BorderColor As Color
C#
[BrowsableAttribute(true)]
public Color BorderColor { get; set; }

Property Value

The color of the border around the placeholder.

See Also

Reference