The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TraceListener::WriteIndent Method ()
.NET Framework (current version)
Writes the indent to the listener you create when you implement this class, and resets the NeedIndent property to false.
Assembly: System (in System.dll)
This method writes the indent and resets the NeedIndent property to false. Call this method if NeedIndent is true when you are overriding the Write and WriteLine methods. By default, this method uses blank spaces for indentation. The size of the indent is determined by the values of the IndentSize and IndentLevel properties. The IndentLevel property represents the number of times the indent of the size specified by the IndentSize property is applied. This method is called by the DefaultTraceListener and TextWriterTraceListener classes.
.NET Framework
Available since 1.1
Available since 1.1
Show: