| TextAlignment Enumeration |
Namespace: DataStreams.FixedWidthAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public enum TextAlignment
Public Enumeration TextAlignment
Members
| Member name | Value | Description |
---|
| Left | 0 |
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.
|
| Right | 1 |
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