HtmlTextWriter::Indent Property
Gets or sets the number of tab positions to indent the beginning of each line of markup.
Assembly: System.Web (in System.Web.dll)
Indentation is performed by writing the string that is specified by the tabString parameter of the HtmlTextWriter(TextWriter, String) constructor the number of times that are specified by the Indent property.
If the Indent property is set to a negative value, it is changed to 0 before being saved.
The following code example demonstrates how to increment the value that is assigned to the Indent property when attributes have been added to the opening tag of a <span> element and the RenderBeginTag method has been called. This increases the indentation for any markup that is rendered inside the <span> element.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.