The spacing between adjacent nodes or subtrees on the same level.

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

Syntax

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

See Also