The spacing between a parent and its child node.

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

Syntax

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

See Also