IComponentDesignerDebugService::IndentLevel Property

 

Gets or sets the indent level for debug output.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

property int IndentLevel {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The indent level for debug output.

The IndentLevel property enables a designer to change the indent level for debug output.

.NET Framework
Available since 2.0
Return to top
Show: