VB.NET Language in a Nutshell
| Debug.IndentSize Property |
Class
System.Diagnostics.Debug
Syntax
Debug.IndentSize
Return Value
An Integer specifying the number of spaces per indent level. The default is 4.
Description
Sets or retrieves the current indent- size setting, which is the number of spaces per indent level. The property is useful for improving the readability of output sent to the Output window.
See Also
Debug.IndentLevel Property, Debug.Unindent Method