Gets or sets which character to use for indenting when doing "Indented" Formatting.
[Visual Basic] Public Property IndentChar As Char [C#] public char IndentChar {get; set;} [C++] public: __property __wchar_t get_IndentChar(); public: __property void set_IndentChar(__wchar_t); [JScript] public function get IndentChar() : Char; public function set IndentChar(Char);
The character to use for indenting. Default is space. The character must be a valid whitespace character.
XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace