The vertical position of the node's lower edge.

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

Syntax

C#
public int Bottom { get; }
Visual Basic
Public ReadOnly Property Bottom As Integer
	Get
Visual C++
public:
property int Bottom {
	int get ();
}
J#
/** @property */
public int get_Bottom()
JScript
function get Bottom () : int
JavaScript
function get_Bottom();

See Also