The indentation of a child node compared to its parent node orthogonally to the orientation axis.

Namespace: TreeLayoutHelper.HierarchyLayout
Assembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public int LevelIndentation { get; set; }
Visual Basic
Public Property LevelIndentation As Integer
	Get
	Set
Visual C++
public:
property int LevelIndentation {
	int get ();
	void set (int value);
}
J#
/** @property */
public int get_LevelIndentation()
/** @property */
public  void set_LevelIndentation(int value)
JScript
function get LevelIndentation () : int
function set LevelIndentation (value : int)
JavaScript
function get_LevelIndentation();
function set_LevelIndentation(value);

See Also