This documentation is archived and is not being maintained.
Trace::IndentSize Property
Visual Studio 2010
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.
This property is stored on per-thread/per-request basis.
To set the AutoFlush and IndentSize for Trace, you can also edit the configuration file that corresponds to the name of your application. The configuration file should be formatted like the following example:
<configuration>
<system.diagnostics>
<trace autoflush="false" indentsize="3" />
</system.diagnostics>
</configuration>
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: