CodeGenerator::Indent Property

 

Gets or sets the amount of spaces to indent each indentation level.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
property int Indent {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The number of spaces to indent for each indentation level.

Segments of code are commonly indented for ease of recognition.

.NET Framework
Available since 1.1
Return to top
Show: