Indent Property
The characters to use for each indentation level.
Syntax
[VB.NET] Public Property Indent As String
[C#] public string Indent {get; set;}
Remarks
If specified, the component will format the output XML, using the specified characters to denote each indentation level for nested XML elements.
This option should be combined with EOL for full effect.
Default Value
"\t"