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

PrintOptions.HeaderAlignment Property

Gets/sets the alignment of the header text.

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

Syntax

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

Property Value

The alignment of the header text.

Remarks

The header is printed at the top of each placeholder.

See Also

Reference