Json.NET - Quick Starts & API Documentation
IndentChar Property
NamespacesNewtonsoft.JsonJsonTextWriterIndentChar
Gets or sets which character to use for indenting when Formatting is set to Formatting.Indented.
Declaration Syntax
C#Visual BasicVisual C++
public char IndentChar { get; set; }
Public Property IndentChar As Char
	Get
	Set
public:
property wchar_t IndentChar {
	wchar_t get ();
	void set (wchar_t value);
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13929)