The spacing between a node and a subsequent node that is on a lower nesting depth.

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

Syntax

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

See Also