Debug::IndentSize Property
.NET Framework (current version)
Gets or sets the number of spaces in an indent.
Assembly: System (in System.dll)
A TextWriterTraceListener interprets this number as spaces. An EventLogTraceListener ignores this value.
To set the AutoFlush and IndentSize for Debug, you can also edit the configuration file corresponding to the name of your application. The configuration file should be formatted as shown in the following example.
<configuration>
<system.diagnostics>
<trace autoflush="true" indentsize="7" />
</system.diagnostics>
</configuration>
.NET Framework
Available since 1.1
Available since 1.1
Show: