Mono Class Library: System.Xml.XmlTextWriter Overview | MembersSystem.Xml.XmlTextWriter.IndentChar Property |
Gets or sets the character to use for indenting when XmlTextWriter.Formatting is set to Formatting.Indented. [Edit]
|
A char specifying the character to use for indenting. The default is space (character code 0x20). [Edit]
Note:[Edit]This property can be set to any character. To ensure valid XML, set this property to a valid white space character: 0x9, 0x10, 0x13, or 0x20.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0