Indentation.

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
Public Property Indentation As Integer
C#
public int Indentation { get; set; }
Visual C++
public:
property int Indentation {
	int get ();
	void set (int value);
}
JavaScript
function get_indentation();
function set_indentation(value);

See Also