Gets or sets how many IndentChars to write for each level in the hierarchy when doing "Indented" Formatting.
[Visual Basic] Public Property Indentation As Integer [C#] public int Indentation {get; set;} [C++] public: __property int get_Indentation(); public: __property void set_Indentation(int); [JScript] public function get Indentation() : int; public function set Indentation(int);
Number of IndentChars for each level. Default is 2.
XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace