LineWrappingTextWriter Properties |
The LineWrappingTextWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseWriter |
Gets the TextWriter that this LineWrappingTextWriter is writing to.
| |
| Encoding |
Returns the Encoding in which the output is written.
(Overrides TextWriterEncoding.) | |
| FormatProvider | Gets an object that controls formatting. (Inherited from TextWriter.) | |
| Indent |
Gets or sets the amount of characters to indent all but the first line.
| |
| MaximumLineLength |
Gets the maximum length of a line in the output.
| |
| NewLine | Gets or sets the line terminator string used by the current TextWriter. (Inherited from TextWriter.) |