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 (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 (Inherited from TextWriter.)
Top
See Also