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

PrintOptions.HeaderColor Property

Gets/sets the color of the header text.

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

Syntax

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

Property Value

The color of the header text.

Remarks

The header is printed at the top of each placeholder.

See Also

Reference