Gets or sets the number of spaces in an indent.
Public Shared Property IndentSize As Integer
Dim value As Integer value = Trace.IndentSize Trace.IndentSize = value
public static int IndentSize { get; set; }
public: static property int IndentSize { int get (); void set (int value); }
public static function get IndentSize () : int public static function set IndentSize (value : int)
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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune