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

ListColumn.TextAlignment Property

Gets/sets the column text alignment.

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

Syntax

Visual Basic
Public Property TextAlignment As HorizontalAlignment
C#
public HorizontalAlignment TextAlignment { get; set; }

Property Value

HorizontalAlignment value specifying the column text alignment.

Remarks

Note

The alignment of the first column should be Left.

See Also

Reference