System::Xml::XmlWriterSettings::get_Indent method

XmlWriterSettings::get_Indent method

Returns a value indicating whether to indent elements.

bool System::Xml::XmlWriterSettings::get_Indent()

ReturnValue

true to write individual elements on new lines and indent; otherwise, false. The default is false.

See Also