C#
VB
Java
Objective-C
C++
Gets or sets the string to use for indentation when saving the SVG document.
public string Indent { get; set; }
The string to use for indentation when saving the SVG document. The default value is two spaces " ".
The value of Formatted must be true to use this property.
To use a standard Tab character, set the value of Indent to "\t".
For an example, refer to SvgDocument.