Click or drag to resize
FixedWidthWriterColumnAlignment Property
The justification of text in the column. If the text is left justified, then padding will be applied to the right side of the text to meet the column's defined width.

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public TextAlignment Alignment { get; set; }

Property Value

Type: TextAlignment
See Also