Mono Class Library: System.Xml.XmlTextWriter Overview | Members

System.Xml.XmlTextWriter.IndentChar Property

Gets or sets the character to use for indenting when XmlTextWriter.Formatting is set to Formatting.Indented. [Edit]

public char IndentChar { set; get; }

Value

A char specifying the character to use for indenting. The default is space (character code 0x20). [Edit]

Remarks

Note:

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.

[Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0