The height of the node.

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

Syntax

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

See Also