Gets or sets the number of spaces in an indent.
[Visual Basic] Public Shared Property IndentSize As Integer [C#] public static int IndentSize {get; set;} [C++] public: __property static int get_IndentSize(); public: __property static void set_IndentSize(int); [JScript] public static function get IndentSize() : int; public static function set IndentSize(int);
The number of spaces in an indent.
The default is 4 (four spaces). The property is stored on per-thread/per-request basis.
Trace Class | Trace Members | System.Diagnostics Namespace | Debug | Trace | BooleanSwitch | TraceSwitch | TraceListener | DefaultTraceListener | ConditionalAttribute