XdmWriterSettings.IndentationCharacters PropertyXdmWriterSettings.IndentationCharacters PropertyXdmWriterSettings::IndentationCharacters Property
              Gets or sets the character string used for indentation.
            
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
 - Assembly: XmlPrime (in XmlPrime.dll)
 
Property Value
Type: System.StringSystem.StringSystem::String^
The string of characters used for indentation.
Remarks
                This is equivalent to the indentation-characters parameter in the
                http://www.xmlprime.com/serialization namespace.
              
By default the indentation string is two spaces.
                This property is ignored if IndentIndentIndent is set to falseFalsefalse, or MethodMethodMethod
                is set to TextOutputMethodTextOutputMethodTextOutputMethod or CanonicalOutputMethodCanonicalOutputMethodCanonicalOutputMethod.
              
