Click or drag to resize
TextAlignment Enumeration

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public enum TextAlignment
Members
  Member nameValueDescription
Left0 Text will be left justified and padding characters will be used on the right side of the text if needed to extend the column's length to the defined length.
Right1 Text will be right justified and padding characters will be used on the left side of the text if needed to extend the column's length to the defined length.
See Also