Gets or sets the amount of spaces to indent.
[Visual Basic] Protected Property Indent As Integer [C#] protected int Indent {get; set;} [C++] protected: __property int get_Indent(); protected: __property void set_Indent(int); [JScript] protected function get Indent() : int; protected function set Indent(int);
The number of spaces to indent.
CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace