WebEventFormatter::TabSize Property

 

Gets or sets the tab size.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property int TabSize {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The number of spaces in a tab.

The TabSize property allows you to control the tab size used when writing event information. The TabSize determines the number of spaces per unit of indentation, controlled by IndentationLevel property.

The following code example shows how to use the TabSize property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: