Click or drag to resize

LineWrappingTextWriter Properties

The LineWrappingTextWriter type exposes the following members.

Properties
  NameDescription
Public propertyBaseWriter
Gets the TextWriter that this LineWrappingTextWriter is writing to.
Public propertyEncoding
Returns the Encoding in which the output is written.
(Overrides TextWriterEncoding.)
Public propertyFormatProvider
Gets an object that controls formatting.
(Inherited from TextWriter.)
Public propertyIndent
Gets or sets the amount of characters to indent all but the first line.
Public propertyMaximumLineLength
Gets the maximum length of a line in the output.
Public propertyNewLine
Gets or sets the line terminator string used by the current TextWriter.
(Inherited from TextWriter.)
Top
See Also