Intendation Property

HttpServer.dll

Number of intends (two spaces = 1, one tab = 1)

Namespace:  HttpServer.Rendering.Haml
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int Intendation { get; }
Visual Basic (Declaration)
Public ReadOnly Property Intendation As Integer
Visual C++
public:
property int Intendation {
	int get ();
}

See Also